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

Hellow,.How can we get ply of modelnet40? what can you explain? #76

Open
sunjunling666 opened this issue Aug 28, 2020 · 7 comments
Open

Comments

@sunjunling666
Copy link

No description provided.

@timothylimyl
Copy link

timothylimyl commented Sep 1, 2020

hey, having the same problem:

with open(os.path.join(self.root, fn), 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'datasets/ModelNet40\\cone/train/cone_0073.ply'

All the files from ModelNet40 is .off files.

Edit: It seems that we have to figure out how to preprocess the .off files into .ply.

@comewei
Copy link

comewei commented Mar 25, 2021

yes,I also meet.It's so sad.

@lmomoy
Copy link

lmomoy commented Apr 12, 2021

yes,I also meet.It's so sad.

Have you solved it?

@comewei
Copy link

comewei commented Apr 12, 2021

yes,I also meet.It's so sad.

Have you solved it?

hello,then I just use the bash download.sh.it all finish.first, i set my code in Windows,it doesn't work. so i change the OS into Ubuntu,it really works. wish it be helpful.

@lmomoy
Copy link

lmomoy commented Apr 12, 2021

yes,I also meet.It's so sad.

Have you solved it?

hello,then I just use the bash download.sh.it all finish.first, i set my code in Windows,it doesn't work. so i change the OS into Ubuntu,it really works. wish it be helpful.

I guess that the download.sh only is the source of segmentation dataset instead of modelnet40. Do you use the segmentation dataset?

@comewei
Copy link

comewei commented Apr 12, 2021

yes,I also meet.It's so sad.

Have you solved it?

hello,then I just use the bash download.sh.it all finish.first, i set my code in Windows,it doesn't work. so i change the OS into Ubuntu,it really works. wish it be helpful.

I guess that the download.sh only is the source of segmentation dataset instead of modelnet40. Do you use the segmentation dataset?

hello,sorry,I don't solve it.

@Helena2007
Copy link

download.sh contains information about shapenet dataset only. 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'

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

5 participants