You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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
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'
The text was updated successfully, but these errors were encountered: