charlesq34/pointnet

Cannot get modelnet40 from server

jacobinho86 opened this issue · 3 comments

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?

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.

--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.

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