shurans / DeepSlidingShape

Deep Sliding Shapes for Amodal 3D Object Detection in RGB-D Images
http://dss.cs.princeton.edu/
170 stars 57 forks source link

precomputed regoin proposal failure #3

Closed zhusj closed 8 years ago

zhusj commented 8 years ago

Hi @shurans ,

It seems that downloading precomputed regoin proposal for NYU and SUNRGBD dataset by running script: downloadData('../image','http://dss.cs.princeton.edu/Release/sunrgbd_dss_data/','.tensor') failed becasue of Error 404. Could you check if that's the correct URL? Thank you.

shurans commented 8 years ago

try downloadData('../sunrgbd_dss_data','http://dss.cs.princeton.edu/Release/sunrgbd_dss_data/','.bin'); instead.