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

No error message #174

Closed snicolau closed 2 years ago

snicolau commented 2 years ago

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?

snicolau commented 2 years ago

Thanks, that worked out!

jeanpierrefakhry commented 1 year ago

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