vchoutas / smplify-x

Expressive Body Capture: 3D Hands, Face, and Body from a Single Image
https://smpl-x.is.tue.mpg.de/
Other
1.73k stars 336 forks source link

Generate twisted body poses #122

Closed penincillin closed 3 years ago

penincillin commented 3 years ago

Hi, Thanks for sharing this code. I am running the smplify-x code and find that sometimes the model generates twisted body poses like image listed below. 03_img Do you have any clue why this happens ? I don't use the interpenetration function, but I think it's related to that ? Since the interpenetration does not happen.

vchoutas commented 3 years ago

@penincillin This is probably an artifact of the initialization. The heuristic assumes that the person is standing. When that is not true, the translation along z has a large value and the optimization tries to compensate with weird betas.

penincillin commented 3 years ago

@vchoutas I see, that makes sense. Thanks for your reply !