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

Getting weird Rendering ! #210

Open mayank64ce opened 8 months ago

mayank64ce commented 8 months ago

image I ran SMPLifyX today and got the above result.

When I ran it yesterday, I got the following result: image

I didn't changed any parametres, even tried reinstalling smplifyx.

mayank64ce commented 8 months ago

UPDATE: When I set use_hands and use_face to False, I get this: image

mayank64ce commented 8 months ago

I did managed to atleast get human images by using use_hand=False, use_face=False and setting required_grad=False for expression and jaw_pose in fitting.py as instructed in #109 . But its still not ideal solution as even male subjects are rendered as female for some reason.