sfu-gruvi-3dv / deep_human

Code for iccv2019 paper "A Neural Network for Detailed Human Depth Estimation from a Single Image"
GNU General Public License v3.0
62 stars 8 forks source link

I failed to run demp.py because the data folder lost some *.npy file. #4

Open polobymulberry opened 4 years ago

polobymulberry commented 4 years ago

Traceback (most recent call last): File "demo.py", line 154, in depth_gt = np.load(params.test_dir + '/' + index + '_depth.npy') File "/home/wuchao/anaconda3/envs/deep_human/lib/python3.5/site-packages/numpy/lib/npyio.py", line 384, in load fid = open(file, "rb") FileNotFoundError: [Errno 2] No such file or directory: 'data/0044_depth.npy'

sta105 commented 4 years ago

Thank you for pointing out this issue, we will upload 0044_depth.npy soon

polobymulberry commented 4 years ago

Not only 0044_depth.npy :)

Aniket-Mohanty commented 3 years ago

I am facing the same issue. The missing files are :

Any help would be appreciated.