reedscot / nips2016

Learning What and Where to Draw
http://www.scottreed.info/files/nips2016.pdf
MIT License
338 stars 59 forks source link

There is error in run_all_demos.sh #5

Open ShuangjunLiu opened 6 years ago

ShuangjunLiu commented 6 years ago

I ran the code as instructed and got following error

/home/jun/torch/install/bin/luajit: data/donkey_folder_cub_keypoint.lua:42: argument 1: '/mnt/brain3/datasets/txt2img/cub_ex_part' not a directory stack traceback:

Perhaps there is a dataset for this but not mentioned in repo.

Can you help in this? Where can I get the missing files?

ShuangjunLiu commented 6 years ago

The following MPII dataset error also comes from this I think.

/home/jun/torch/install/bin/luajit: cannot open </006875095.t7> in mode r at /home/jun/torch/pkg/torch/lib/TH/THDiskFile.c:673 stack traceback: [C]: at 0x7f54a5a3c440 [C]: in function 'DiskFile' /home/jun/torch/install/share/lua/5.1/torch/File.lua:405: in function 'load' demo_mhp_keypoints_given.lua:89: in main chunk [C]: in function 'dofile' .../jun/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk [C]: at 0x00405d50

The missing txt2img folder.

Thanks.