We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
I have the same question
Sorry, something went wrong.
https://drive.google.com/drive/folders/1_fBYbDO3XSdRt3DSbEBe41r5l9YpIGWF hey guy, maybe you can download dataset here
i also have this problem
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: