vchoutas / smplify-x

Expressive Body Capture: 3D Hands, Face, and Body from a Single Image
https://smpl-x.is.tue.mpg.de/
Other
1.69k stars 330 forks source link

AssertionError: No checck points found at vposer/snapshots 。so where is check points? #184

Closed lllllialois closed 1 year ago

lllllialois commented 1 year ago

Traceback (most recent call last): File "smplifyx/main.py", line 275, in main(args) File "smplifyx/main.py", line 262, in main args) File "/opt/data/private/smplifyx/smplify-x-master/smplifyx/fit_single_frame.py", line 192, in fit_single_frame disable_grad=True) File "/opt/data/private/smplifyx/smplify-x-master/smplifyx/human_body_prior/tools/model_loader.py", line 60, in load_model model_ps, trained_weigths_fname = exprdir2model(expr_dir) File "/opt/data/private/smplifyx/smplify-x-master/smplifyx/human_body_prior/tools/model_loader.py", line 33, in exprdir2model assert len(available_ckpts) > 0, ValueError('No checck points found at {}'.format(model_snapshots_dir)) AssertionError: No checck points found at vposer/snapshots

lllllialois commented 1 year ago

I solved the problem. You should download Vpose v2 from smplx official website

xingxiaokai commented 1 year ago

excuse me ,I have downloaded vposer/snapshots from Vpose v2 ,but should I remplace this file's name V02_05_epoch=08_val_loss=0.03.ckpt to another name? I can't program this project . Error :model_cfg_fname = model_cfg_fname[0] IndexError: list index out of range. I think this "model_cfg_fname = glob.glob(osp.join('/', '/'.join(trained_weights_fname.split('/')[:-2]), '*.yaml'))" is error ,file name not right.

mitesuti commented 1 year ago

xingxiaokai, I have the same problem. I would like to know if you have been able to solve it.

xingxiaokai commented 1 year ago

hello,long time ago,I can't remember how i solve this problem.the pickture will help you .If don't solve i can send my project to you.

solve

mitesuti commented 1 year ago

Hello.

Thank you so much for sharing about your solution. I rewrote it as you taught me, but could not fix it. If you don't mind, could you send me your project?