hassony2 / manopth

MANO layer for PyTorch, generating hand meshes as a differentiable layer
GNU General Public License v3.0
601 stars 104 forks source link

Questions for initial pose #22

Closed zstky01 closed 2 years ago

zstky01 commented 2 years ago

Hello!

I am quite new to the MANO hand model, however, I wonder why the zero-pose input (45x0) gives a hand with bent fingers. In my option, the T-pose (where the pose vector are all zeros) should result in a flat hand, is there any trick or modify on the MANO model in the manopth layer? Or is the original MANO model have a bent finger on its "T-pose"?

zstky01 commented 2 years ago

Sorry, now I found the parameter flat_hand_mean…… issue closed.