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

Fix wrong index finger fingertip position #30

Open ludwig-l opened 1 year ago

ludwig-l commented 1 year ago

I noticed that the fingertip position for the index finger is a bit too much left on the finger (can already be seen in the picture on the GitHub ). The vertex index to choose for this fingertip position should be changed.

Min-demo plot before change: 2023-04-21_manopth_index_fingertip_fix_before

Min-demo plot after change: 2023-04-21_manopth_index_fingertip_fix_after