Jeff-sjtu / HybrIK

Official code of "HybrIK: A Hybrid Analytical-Neural Inverse Kinematics Solution for 3D Human Pose and Shape Estimation", CVPR 2021
MIT License
1.21k stars 147 forks source link

About the simple3dposeSMPLWithCam forward #80

Closed mingliutju closed 2 years ago

mingliutju commented 2 years ago

Hi, thanks for your nice work! I noticed that the pred_xyz_jts_29 was in-bbox coordinate. why not remap to the input space?

Jeff-sjtu commented 2 years ago

Hi @mingliutju, it's the same when we perform the inverse kinematics. We remap the coordinates to the image space when we visualize the results.

mingliutju commented 2 years ago

Oh, I got it, thank you very much!