-
Notifications
You must be signed in to change notification settings - Fork 638
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
957 additions
and
585 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ shapenetcore_partanno_segmentation_benchmark_v0/ | |
.idea* | ||
cls/ | ||
seg/ | ||
*.egg-info/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
airplane 0 | ||
bathtub 1 | ||
bed 2 | ||
bench 3 | ||
bookshelf 4 | ||
bottle 5 | ||
bowl 6 | ||
car 7 | ||
chair 8 | ||
cone 9 | ||
cup 10 | ||
curtain 11 | ||
desk 12 | ||
door 13 | ||
dresser 14 | ||
flower_pot 15 | ||
glass_box 16 | ||
guitar 17 | ||
keyboard 18 | ||
lamp 19 | ||
laptop 20 | ||
mantel 21 | ||
monitor 22 | ||
night_stand 23 | ||
person 24 | ||
piano 25 | ||
plant 26 | ||
radio 27 | ||
range_hood 28 | ||
sink 29 | ||
sofa 30 | ||
stairs 31 | ||
stool 32 | ||
table 33 | ||
tent 34 | ||
toilet 35 | ||
tv_stand 36 | ||
vase 37 | ||
wardrobe 38 | ||
xbox 39 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Airplane 4 | ||
Bag 2 | ||
Cap 2 | ||
Car 4 | ||
Chair 4 | ||
Earphone 3 | ||
Guitar 3 | ||
Knife 2 | ||
Lamp 4 | ||
Laptop 2 | ||
Motorbike 6 | ||
Mug 2 | ||
Pistol 3 | ||
Rocket 3 | ||
Skateboard 3 | ||
Table 3 |
Empty file.
Oops, something went wrong.