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

Getting weird Rendering !

mayank64ce opened this issue · comments

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.

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

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.