charlesq34 / pointnet

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Other
4.64k stars 1.44k forks source link

Cannot get modelnet40 from server #308

Open jacobinho86 opened 10 months ago

jacobinho86 commented 10 months ago

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 commented 10 months ago

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 commented 7 months ago

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 commented 6 months ago

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