-
Notifications
You must be signed in to change notification settings - Fork 366
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
tensorflow_graphics.datasets.modelnet40 #641
Comments
Pretty sure this can be resolved using |
If the error message would have told me that, I would have saved 1h of my time :) @Conchylicultor perhaps that's something to consider? In any case, we need to contact the Stanford folks and get this fixed. |
Trying with the below code still throws SSL error
This throws SSL error too
Also
throws an unexpected argument error EDIT:
|
Security certificate on the Stanford side is expired, so auto-download of resources fails.
Major hack to get it working in the meantime:
https://shapenet.cs.stanford.edu/media/modelnet40_ply_hdf5_2048.zip
manuallypython3 -m http.server 8080
tensorflow_graphics/datasets/modelnet40/modelnet40.py
to be_URL = 'http://localhost:8080/modelnet40_ply_hdf5_2048.zip'
The text was updated successfully, but these errors were encountered: