vchoutas / smplify-x

Expressive Body Capture: 3D Hands, Face, and Body from a Single Image
https://smpl-x.is.tue.mpg.de/
Other
1.75k stars 336 forks source link

the mapping index in smpl_to_openpose() #198

Open AABLOOOM opened 1 year ago

AABLOOOM commented 1 year ago

Hello,

I really wish to know the mapping index in smpl_to_openpose(): if openpose_format.lower() == 'coco25': if model_type == 'smpl': return np.array([24, 12, 17, 19, 21, 16, 18, 20, 0, 2, 5, 8, 1, 4, 7, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34], dtype=np.int32) I know SMPL has 23 joints and Openpose has 25 joints, but how does the number bigger than 25 come from? I'm really confused about the mapping issue, thanks in advance.

LiuShiyu95 commented 1 year ago

Hi,

Do you know how to convert SMPL to openpose format for output?