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

FileNotFoundError: [Errno 2] No such file or directory: '../data/modelnet/train_files.txt' #8

Open
357998846 opened this issue Jan 8, 2020 · 1 comment

Comments

@357998846
Copy link

2020-01-08 16:18:11.355997-Preparing datasets...
Traceback (most recent call last):
File "train_val_cls.py", line 232, in
main()
File "train_val_cls.py", line 52, in main
[data_train, label_train] = provider.load_cls_files(setting.filelist)
File "/home/gnss/桌面/shellnet-master/utils/provider.py", line 76, in load_cls_files
for line in open(filelist):
FileNotFoundError: [Errno 2] No such file or directory: '../data/modelnet/train_files.txt'

@357998846
Copy link
Author

I download the dataset as follows,but there is still having a bug.
cd data_conversions
python3 ./download_datasets.py -d modelnet
cd ..
python3 train_val_cls.py

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

1 participant