nghorbani / human_body_prior

VPoser: Variational Human Pose Prior
https://smpl-x.is.tue.mpg.de/
Other
797 stars 141 forks source link

IndexError: list index out of range #55

Closed LuisaGa9 closed 2 years ago

LuisaGa9 commented 2 years ago

Hi guys It presented to me this error:

Processing: DATA_FOLDER/images/ariba.jpg Traceback (most recent call last): File "smplifyx/main.py", line 272, in main(args) File "smplifyx/main.py", line 262, in main args) File "/home/luisa/vsmpl2/programas/smplify-x/smplifyx/fit_single_frame.py", line 188, in fit_singleframe vposer, = load_vposer(vposer_ckpt, vp_model='snapshot') File "/home/luisa/vsmpl2/lib/python3.6/site-packages/human_body_prior/tools/model_loader.py", line 56, in load_vposer ps, trained_model_fname = expid2model(expr_dir) File "/home/luisa/vsmpl2/lib/python3.6/site-packages/human_body_prior/tools/model_loader.py", line 31, in expid2model best_model_fname = sorted(glob.glob(os.path.join(expr_dir, 'snapshots', '*.pt')), key=os.path.getmtime)[-1] IndexError: list index out of range

Could you help me with this?

urs-waldmann commented 2 years ago

I have the same problem. I guess we miss the vposer checkpoints. But where/how can we get them?

urs-waldmann commented 2 years ago

You can download them from here: https://smpl-x.is.tue.mpg.de/ Register and download.

LuisaGa9 commented 2 years ago

Thank you so much