Open HitBadTrap opened 5 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
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.