gmntu / mobilehand

(ICONIP 2020) MobileHand: Real-time 3D Hand Shape and Pose Estimation from Color Image
https://gmntu.github.io/mobilehand/
121 stars 9 forks source link

Whether normalization is made to Pose, shape, 2D keypoints and 3D joints param or not? #5

Closed youngstu closed 2 years ago

youngstu commented 3 years ago

Whether normalization is made to Pose, shape, 2D keypoints and 3D joints param or not? such as 2D keypoints range(0, 224) or (-1, 1)?

gmntu commented 3 years ago

No, as the neural network directly outputs the joint angles to articulate MANO model and obtain the 3D joints which is then projected to 2D.