zengwang430521 / DecoMR

Repository for the paper " 3D Human Mesh Regression with Dense Correspondence "
Apache License 2.0
168 stars 23 forks source link

Missing file 'up_3d_trainval.npz' #7

Closed wangzheallen closed 3 years ago

wangzheallen commented 3 years ago

Missing file 'up_3d_trainval.npz' when I run 'python preprocess_datasets.py --gt_iuv'

I do not see the 'Bboxes' in original H36M website, can you also provide the 'Bboxes'

zengwang430521 commented 3 years ago

Hi,

You may need to generate 'up_3d_trainval.npz' with the command python preprocess_datasets.py --train_files first.

Or you can download the annotation files from SPIN. (by 'fetch_data.sh').

We use the same codebase with the SPIN, so the annotation files of SPIN are also compatible with our codes.

wangzheallen commented 3 years ago

It works! thanks!