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

About ScanObjectNN #13

Closed
qingfeng0830 opened this issue Mar 15, 2022 · 6 comments
Closed

About ScanObjectNN #13

qingfeng0830 opened this issue Mar 15, 2022 · 6 comments

Comments

@qingfeng0830
Copy link

When i python main.py in classification_ScanObjectNN,show
File "D:\software\Anaconda\envs\pct\lib\site-packages\h5py_hl\files.py", line 199, in make_fid
fid = h5f.open(name, flags, fapl=fapl)
File "h5py_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py\h5f.pyx", line 100, in h5py.h5f.open
FileNotFoundError: [Errno 2] Unable to open file (unable to open file: name = 'F:\Project\pointMLP-pytorch-main\classification_ScanObjectNN/data/h5_files/main_split/training_objectdataset_augmentedrot_scale75.
h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)

Please how should i solve this problem

@ma-xu
Copy link
Owner

ma-xu commented Mar 15, 2022

@qingfeng0830
Please check if 'F:\Project\pointMLP-pytorch-main\classification_ScanObjectNN/data/h5_files/main_split/training_objectdataset_augmentedrot_scale75.h5' exist.
Maybe path issue cause by Windows

@qingfeng0830
Copy link
Author

Thanks for your answer
'F:\Project\pointMLP-pytorch-main\classification_ScanObjectNN/data/h5_files/main_split/training_objectdataset_augmentedrot_scale75.h5' exist.
And it's not feasible for me to download the dataset separately。

@ma-xu
Copy link
Owner

ma-xu commented Mar 15, 2022

@qingfeng0830
I have to say the path is wrong:
F:\Project\pointMLP-pytorch-main\classification_ScanObjectNN/data/h5_files/main_split/training_objectdataset_augmentedrot_scale75.h5

See "\" and "/" in the above path, caused by the difference path names in Windows and Lunix.

One solution is that you may manually replace all "/" to "" to fit Windows OS, this may help solve this problem.

I would STRONGLY suggest to test our codes on Lunix, we will not support Windows.

@qingfeng0830
Copy link
Author

Thank you for your answer, I will try it under ubuntu

@ma-xu
Copy link
Owner

ma-xu commented Mar 23, 2022

@qingfeng0830 I will close this issue since there is no further discussion. Feel free to reopen it if necessary.

@ma-xu ma-xu closed this as completed Mar 23, 2022
@jc991206
Copy link

谢谢你

谢谢你的回答,我会在ubuntu下尝试

How to generate visualization files of scanobjectnn and shapenet and visualize them Thank you very much

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

3 participants