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

Any explanation about how to transform the 3D hand joints to the required rotation? #33

Open wang5348 opened 1 month ago

wang5348 commented 1 month ago

If I have use a Leap Motion to collect the 3D coordinate of the hand joints and I want to transform them to the pose parameters of MANO to generate the hand mesh, what should I do? Is there any explanation about that? Thanks!