-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Cannot get modelnet40 from server #308
Comments
Same issue here. It seems the shapenet.cs.stanford.edu is not reachable. Could you help provide a backup location to download the files? |
In the error it points to the https address where you can get it. The cert is just not valid anymore. I opened the link in chrome and downloaded it that way. Then extract it into the data dir.
|
Check PR #124, I was able to get the files to download after making the mentioned changes. |
Train to run train.py and the scripts hangs trying to connect to the repo server:
$ python train.py -h
--2023-08-09 20:42:59-- https://shapenet.cs.stanford.edu/media/modelnet40_ply_hdf5_2048.zip
Resolving shapenet.cs.stanford.edu (shapenet.cs.stanford.edu)... 171.67.77.19
Connecting to shapenet.cs.stanford.edu (shapenet.cs.stanford.edu)|171.67.77.19|:443... failed: Connection timed out.
Retrying.
--2023-08-09 20:45:09-- (try: 2) https://shapenet.cs.stanford.edu/media/modelnet40_ply_hdf5_2048.zip
Connecting to shapenet.cs.stanford.edu (shapenet.cs.stanford.edu)|171.67.77.19|:443... failed: Connection timed out.
Retrying.
...
Tried manually but the link is also times out: https://shapenet.cs.stanford.edu/media/modelnet40_ply_hdf5_2048.zip
Hence, I kindly ask, can you point me to the new dataset location?
The text was updated successfully, but these errors were encountered: