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

No error message

snicolau opened this issue · comments

I'm trying to execute the algorithm:

python smplifyx/main.py --config cfg_files/fit_smplx.yaml \ --data_folder /content/movies \ --output_folder /content/movies/results \ --visualize=False \ --gender='neutral' \ --model_folder /content/smplx/models \ --vposer_ckpt /content/vposer/vposer_v1_0 \ --part_segm_fn /content/smplx_parts_segm.pkl

I have all the requirements, the data_folder with the images and the keypoints from openpose, and both smplx and vposer prepared. This is what I get as an output:

Processing: /content/movies/images/benjamin.png Found Trained Model: /content/vposer/vposer_v1_0/snapshots/TR00_E096.pt Camera initialization done after 1.6450 Camera initialization final loss 2309.0168 Orientation: 0% 0/1 [00:00<?, ?it/s] Stage: 0% 0/5 [00:00<?, ?it/s] Orientation: 0% 0/1 [00:00<?, ?it/s] Processing the data took: 00 hours, 00 minutes, 06 seconds

I'm unable to get any results and there is no error message so I don't know what can be wrong. Can someone help with this?

Thanks, that worked out!

Hey @snicolau , would u mind telling how u solved it? Thank you!