MeshCNN icon indicating copy to clipboard operation
MeshCNN copied to clipboard

I can't open the website of dataset.

Open fxy2012 opened this issue 6 years ago • 3 comments

Could you share other links?

fxy2012 avatar Dec 17 '19 13:12 fxy2012

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

ranahanocka avatar Dec 17 '19 20:12 ranahanocka

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.

fxy2012 avatar Dec 20 '19 02:12 fxy2012

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)

ranahanocka avatar Dec 30 '19 21:12 ranahanocka