fxia22 / pointnet.pytorch

pytorch implementation for "PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation" https://arxiv.org/abs/1612.00593
MIT License
2.08k stars 620 forks source link

how to get ModelNet40 #110

Open Helena2007 opened 2 months ago

Helena2007 commented 2 months ago

From where will we get modelnet40 dataset. I have tried manually downloading modelnet40, but when run the command got errors.

python3 train_classification.py --dataset /.../ModelNet40 --nepoch=10 --dataset_type modelnet40 Namespace(batchSize=32, num_points=2500, workers=4, nepoch=10, outf='cls', model='', dataset='home/.../ModelNet40', dataset_type='modelnet40', feature_transform=False) Random Seed: 2348 Traceback (most recent call last): File "/.../pointnet.pytorch/utils/train_classification.py", line 57, in dataset = ModelNetDataset( ^^^^^^^^^^^^^^^^ File "/..../pointnet.pytorch/pointnet/dataset.py", line 154, in init with open(os.path.join(root, '{}.txt'.format(self.split)), 'r') as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/...../ModelNet40/trainval.txt'

Licolas commented 1 month ago

I have the same question

Licolas commented 1 month ago

https://drive.google.com/drive/folders/1_fBYbDO3XSdRt3DSbEBe41r5l9YpIGWF hey guy, maybe you can download dataset here