hkust-vgd / scanobjectnn

Code for Revisiting Point Cloud Classification: A New Benchmark Dataset and Classification Model on Real-World Data, ICCV 2019
MIT License
237 stars 31 forks source link

Parts label #10

Closed antoalli closed 4 years ago

antoalli commented 4 years ago

Hi, From pointnet/train_partseg.py I see that should be an h5 file with part annotated, I'm referring to lines: parser.add_argument('--train_file', default = '/home/vgd/object_dataset/parts/training_objectdataset_augmented25rot.h5', help='Location of training file') parser.add_argument('--test_file', default = '/home/vgd/object_dataset/parts/test_objectdataset_augmented25rot.h5', help='Location of test file') Can't found it, is it available somewhere? Thank you very much!

mikacuy commented 4 years ago

Hi,

The experiment shown in the paper is for part segmentation on the chair class. We are tidying up the data at the moment. Please send an email to mikacuy@gmail.com to get an early access to this.