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.16k stars 142 forks source link

About SMPL Root Position of the Result. #183

Open XingliangJin opened 11 months ago

XingliangJin commented 11 months ago

Hello, when using the predicted results, it seems that pred_xyz_24_struct does not contain the position information of the root node. When visualizing the motion of the SMPL skeleton using pred_xyz_24_struct, the result is a static and inverted motion of the character.

In other issues, I saw that cam_rootseems to be the root node of the human body. However, when I replaced cam_rootwith pred_xyz_24_structand visualized it, I still couldn't get a reasonable result. Can you please provide more information about the root position and how can I visualize a reasonable motion with SMPL skeleton.