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

Can we drive the mesh using FK? #16

Closed OOF-dura closed 3 years ago

OOF-dura commented 3 years ago

Thank you so much for your great work! Can we drive the mesh using FK?

I have a data of 21 joints(xyz), then we can calculate the rotation of the joints. Then we can apply this rotation to template mesh MANO using FK. But the result is weired. Anyone can help?