-
Notifications
You must be signed in to change notification settings - Fork 99
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
demo.py got an error about npz #54
Comments
I have the same problem |
Did you check if the file is actually generated by the input parameterization code? Maybe you can post the whole output here |
I found the problem described above to be just a consequence. The reason was the following:
P.S. I think it is also possible to easily fix the problem of running with tf 2 by importing it in compatibility mode. But haven't tested it yet. |
Thank you for the response I will close this issue but feel free to open new ones. |
FileNotFoundError: [Errno 2] No such file or directory: './data/demo/32_dim/cloud_bin_0.ply_0.150000_16_1.750000_3DSmoothNet.npz'
i ran demo.py and got this error
The text was updated successfully, but these errors were encountered: