chrischoy / 3D-R2N2

Single/multi view image(s) to voxel reconstruction using a recurrent neural network
MIT License
1.36k stars 294 forks source link

Datasets and Pre-trained model is not available #35

Closed SummitChen closed 6 years ago

SummitChen commented 6 years ago

The links for datasets and pre-trained model are put within the domain of Standford University. Outside people without login username and password cannot access them. Could you please put them in open places?

chrischoy commented 6 years ago

Try to use the command line wget.

zq649 commented 6 years ago

wget is not working as well. I am getting the following error `` wget ftp://cs.stanford.edu/cs/cvgl/ResidualGRUNet.npy --2018-04-06 23:40:08-- ftp://cs.stanford.edu/cs/cvgl/ResidualGRUNet.npy => ‘ResidualGRUNet.npy’ Resolving cs.stanford.edu (cs.stanford.edu)... 171.64.64.64 Connecting to cs.stanford.edu (cs.stanford.edu)|171.64.64.64|:21... connected. Logging in as anonymous ... Login incorrect.

``

DetaiLC commented 6 years ago

I have the same problem, wget is not working either

B1ueber2y commented 6 years ago

Hi @chrischoy ,

I am in need of the splited train/test data and your model as a strong baseline. I have the same problem. Could you please share the data in open places?

Thanks a lot!

chrischoy commented 6 years ago

Updated the readme file.

Please download the files from ShapeNet rendered images http://cvgl.stanford.edu/data2/ShapeNetRendering.tgz ShapeNet voxelized models http://cvgl.stanford.edu/data2/ShapeNetVox32.tgz Trained ResidualGRUNet Weights http://cvgl.stanford.edu/data2/ResidualGRUNet.npy

Jovania commented 3 years ago

Hi @chrischoy Could someone please send me an example of the split file (training, testing, validation)?