Skip to content
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

Closed
MengHao666 opened this issue Nov 11, 2020 · 4 comments
Closed

What's the order of the oupt joints? #3

MengHao666 opened this issue Nov 11, 2020 · 4 comments

Comments

@MengHao666
Copy link

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!

@otaheri
Copy link
Owner

otaheri commented Nov 11, 2020

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.

@MengHao666
Copy link
Author

I think I need to get things more clearly. I mean what is oredr by using the number , e.g. 'index1', 'index2', 'index3'.
Is that from palm to tip, or from tip to palm?

@otaheri
Copy link
Owner

otaheri commented Nov 13, 2020

yes, 'index1' to 'index3' is from the palm to the tip and it is similar to other fingers.

@otaheri otaheri closed this as completed Nov 13, 2020
@MengHao666
Copy link
Author

Thanks for reply.
And this repo should adapt to left hand as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants