Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to get ModelNet40 #110

Open
Helena2007 opened this issue May 16, 2024 · 2 comments
Open

how to get ModelNet40 #110

Helena2007 opened this issue May 16, 2024 · 2 comments

Comments

@Helena2007
Copy link

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
Copy link

Licolas commented Jun 1, 2024

I have the same question

@Licolas
Copy link

Licolas commented Jun 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants