matheusgadelha / MRTNet

Code for Multiresolution Tree Networks for 3D Point Cloud Processing (ECCV 2018)
44 stars 6 forks source link

Dataset can't be downloaded #1

Closed luxius-luminus closed 5 years ago

luxius-luminus commented 6 years ago

Thanks for your contribution! Yet I encountered a problem here:) The URL of dataset is given by "http://bluenoise.cs.umass.edu:8000/shapenet_points.zip". But neither the Chrome browser nor wget can access the URL above.

luxius-luminus commented 6 years ago

UPDATE: when I use wget to retrieve the given URL, it says Connecting to bluenoise.cs.umass.edu (bluenoise.cs.umass.edu)|128.119.243.14|:8000... failed: Connection refused. so it might be the server's issue...(It can't be that my IP is blocked....)

matheusgadelha commented 6 years ago

There is an issue with the server, as soon as I sort it out I will let you know.

matheusgadelha commented 6 years ago

I added code to sample the points from meshes if it helps, while the server is not fixed. It is in the sampler folder.