EricGuo5513 / HumanML3D

HumanML3D: A large and diverse 3d human motion-language dataset.
MIT License
758 stars 74 forks source link

The meaning of the vector of a pose in HumanML3D and KIT-ML. #135

Open HitBadTrap opened 2 months ago

HitBadTrap commented 2 months ago

Hi! I'm confused about what each dimension of the 263-dimension vector of a pose in HumanML3D and the 251-dimension vector of a pose in KIT-ML represent(e.g., which dimensions represent the head and foot, etc.). Could you provide detailed information or relevant links?

Thanks.

HitBadTrap commented 2 months ago
SMPL_JOINTS = {'hips' : 0, 'leftUpLeg' : 1, 'rightUpLeg' : 2, 'spine' : 3, 'leftLeg' : 4, 'rightLeg' : 5,
                'spine1' : 6, 'leftFoot' : 7, 'rightFoot' : 8, 'spine2' : 9, 'leftToeBase' : 10, 'rightToeBase' : 11, 
                'neck' : 12, 'leftShoulder' : 13, 'rightShoulder' : 14, 'head' : 15, 'leftArm' : 16, 'rightArm' : 17,
                'leftForeArm' : 18, 'rightForeArm' : 19, 'leftHand' : 20, 'rightHand' : 21}

like above