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

Cannot get modelnet40 from server #308

Open
jacobinho86 opened this issue Aug 10, 2023 · 3 comments
Open

Cannot get modelnet40 from server #308

jacobinho86 opened this issue Aug 10, 2023 · 3 comments

Comments

@jacobinho86
Copy link

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?

@kezhang-cs
Copy link

Same issue here. It seems the shapenet.cs.stanford.edu is not reachable. Could you help provide a backup location to download the files?

@Christian-Prather
Copy link

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.

--2023-11-08 16:13: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... connected.
ERROR: cannot verify shapenet.cs.stanford.edu's certificate, issued by ‘CN=InCommon RSA Server CA,OU=InCommon,O=Internet2,L=Ann Arbor,ST=MI,C=US’:
  Issued certificate has expired.

@GnanaPrakashSG2004
Copy link

GnanaPrakashSG2004 commented Dec 10, 2023

Check PR #124, I was able to get the files to download after making the mentioned changes.

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

4 participants