wangsen1312 / joints2smpl

fit smpl parameters model using 3D joints
166 stars 11 forks source link

May I ask the corresponding map of the 22 joint keypoints in the demo file #7

Closed snowmint closed 11 months ago

snowmint commented 11 months ago

My original generated body joints have 34 keypoints, now I use very simple way to mapping the body joint to SMPL 24 joint ( in (x, y, z) coordinate system), I'm struggling on how to turn the 3D keypoints into SMPL model, then I found this repository. But when I look down into demo program, and try to apply my body joints, found there need 22 keypoints (like test_motion2.npy). May I ask the corresponding map of the 22 joint keypoints in the demo file? Thank you.

wangsen1312 commented 11 months ago

@snowmint You can try to change the src/config.py file. You can mapping the joints one by one. Please let me know whether it can solve the problem.

snowmint commented 11 months ago

@snowmint You can try to change the src/config.py file. You can mapping the joints one by one. Please let me know whether it can solve the problem.

Thank for your quick reply, after modify the config file it transform correctly! Very appreciate your advice!