ranahanocka / MeshCNN

Convolutional Neural Network for 3D meshes in PyTorch
MIT License
1.56k stars 314 forks source link

I can't open the website of dataset. #53

Open fxy2012 opened 4 years ago

fxy2012 commented 4 years ago

Could you share other links?

ranahanocka commented 4 years ago

Hi @fxy2012 ,

The links work fine for me. Are you in China? Since I am hosting the data in Dropbox, maybe the website is blocked by the firewall. In any case, you should be able to open the link of the data in a standard browser. You can just copy everything after wget and paste in a browser. e.g., for human seg:

https://github.com/ranahanocka/MeshCNN/blob/29c30a4d6dee123cacbb662e3f5666420c0e94c5/scripts/human_seg/get_data.sh#L8

fxy2012 commented 4 years ago

Thank you for your reply. So can the codes support pytorch 1.0 with cuda9.0?
I ran with pytorch 1.0, cuda9.0, but the following error occurred. TypeError: can't convert np.ndarray of type numpy.bool_. The only supported types are: double, float, float16, int64, int32, and uint8.

ranahanocka commented 4 years ago

Hi @fxy2012 ,

The newest version of the code uses pytorch 1.2, you can install the environment as in the readme.

Alternatively, you can check out an older version of the code which used Pytorch 1.0 (i.e., run git checkout cf93099)