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

why use 25 joints instead of 24 joints? #73

Closed
XihuaQiao opened this issue May 4, 2021 · 1 comment
Closed

why use 25 joints instead of 24 joints? #73

XihuaQiao opened this issue May 4, 2021 · 1 comment

Comments

@XihuaQiao
Copy link

why HMMR use 25 joints instead of 24 joints as the general SMPL model use?

@jasonyzhang
Copy link
Collaborator

The 24 joints that the SMPL model uses do not necessarily correspond to the same joints used in various 2D datasets. As a result, we train a linear regressor that maps from the 6890 vertices of the SMPL mesh to the superset of all 2d keypoints used by various datasets (H3.6M, LSP, COCO, OpenPose, etc).

You can find the full list of keypoints here:

joint_names_coco = [
'R Heel',
'R Knee',
'R Hip',
'L Hip',
'L Knee',
'L Heel',
'R Wrist',
'R Elbow',
'R Shoulder',
'L Shoulder',
'L Elbow',
'L Wrist',
'Neck',
'Head',
'Nose',
'L Eye',
'R Eye',
'L Ear',
'R Ear',
'L Big Toe',
'R Big Toe',
'L Small Toe',
'R Small Toe',
'L Ankle',
'R Ankle',
]

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