facebookresearch / InterHand2.6M

Official PyTorch implementation of "InterHand2.6M: A Dataset and Baseline for 3D Interacting Hand Pose Estimation from a Single RGB Image", ECCV 2020
Other
676 stars 92 forks source link

Mapping INTERHand joint to MANO joint order #42

Closed joshuajano closed 3 years ago

joshuajano commented 3 years ago

Hi, this is really nice work. I Have a question about this dataset. Based on my understanding, INTERHand26m joint order is different from MANO joint order. Do you have a plan to map the joint to the MANO version? Thank you!

Best regards,

Joshua

mks0601 commented 3 years ago

Yes, the joint order is different and that of our dataset is provided in skeleton.txt file. That should've been considered in the initial release of this dataset, but I'm afraid changing the joint order after a while of dataset release can make people confusing :(

joshuajano commented 3 years ago

I see. If you have the mapping to MANO if you do not mind, can you share it with me through email? Thank you

mks0601 commented 3 years ago

There are multiple MANO joint set. Which MANO joint set are you using? I think you can easily make the correspondence by comparing the joint name?

joshuajano commented 3 years ago

I see. Thank you!