vchoutas / smplify-x

Expressive Body Capture: 3D Hands, Face, and Body from a Single Image

Home Page:https://smpl-x.is.tue.mpg.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

lllllialois opened this issue · comments

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

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

commented

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.

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

commented

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

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?