vchoutas / smplx

SMPL-X
https://smpl-x.is.tue.mpg.de/
Other
1.76k stars 304 forks source link

The definition of the pose dimension in smplh format #151

Open qiqiApink opened 1 year ago

qiqiApink commented 1 year ago

I downloaded the amass of SMPL+H G format, and I found that the pose is in 156 dimensions. Where can I find the definition or joint names of these 156 dimensions?

saneeeee commented 1 year ago

It's been a while since the original post. Can the author please share the mapping if one has been found? Thanks.

ZhengyiLuo commented 8 months ago

For anyone who is browsing this question:


SMPLH_BONE_ORDER_NAMES = [
    "Pelvis",
    "L_Hip",
    "R_Hip",
    "Torso",
    "L_Knee",
    "R_Knee",
    "Spine",
    "L_Ankle",
    "R_Ankle",
    "Chest",
    "L_Toe",
    "R_Toe",
    "Neck",
    "L_Thorax",
    "R_Thorax",
    "Head",
    "L_Shoulder",
    "R_Shoulder",
    "L_Elbow",
    "R_Elbow",
    "L_Wrist",
    "R_Wrist",
    "L_Index1",
    "L_Index2",
    "L_Index3",
    "L_Middle1",
    "L_Middle2",
    "L_Middle3",
    "L_Pinky1",
    "L_Pinky2",
    "L_Pinky3",
    "L_Ring1",
    "L_Ring2",
    "L_Ring3",
    "L_Thumb1",
    "L_Thumb2",
    "L_Thumb3",
    "R_Index1",
    "R_Index2",
    "R_Index3",
    "R_Middle1",
    "R_Middle2",
    "R_Middle3",
    "R_Pinky1",
    "R_Pinky2",
    "R_Pinky3",
    "R_Ring1",
    "R_Ring2",
    "R_Ring3",
    "R_Thumb1",
    "R_Thumb2",
    "R_Thumb3",
]