-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What's the order of the oupt joints? #3
Comments
Thanks for your interest in our work :). The order is exactly based on the JOINT_NAMES list here. Just notice that you only get the tip joints if you pass the "return_tips=True" when calling the forward function. |
I think I need to get things more clearly. I mean what is oredr by using the number , e.g. 'index1', 'index2', 'index3'. |
yes, 'index1' to 'index3' is from the palm to the tip and it is similar to other fingers. |
Thanks for reply. |
First thanks for such great work!
Does the order of output joints follow the MANO convention?
I don't know the exact order if u use number 1,2,3 to identify.
JOINT_NAMES = [ 'wrist', 'index1', 'index2', 'index3', 'middle1', 'middle2', 'middle3', 'pinky1', 'pinky2', 'pinky3', 'ring1', 'ring2', 'ring3', 'thumb1', 'thumb2', 'thumb3', 'thumb_tip', 'index_tip', 'middle_tip', 'ring_tip', 'pinky_tip', ]
Thanks!
The text was updated successfully, but these errors were encountered: