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

What does 'transl_camsys' really mean? #202

Open HenrySomeCode opened 8 months ago

HenrySomeCode commented 8 months ago

Hi, could I ask what does ''transl_camsys" in this line mean? : https://github.com/Jeff-sjtu/HybrIK/blob/9b8681dcf3c902dd5dacc01520ba04982990e1e2/scripts/demo_video.py#L332 What is its role and how can I find it in the paper?

Thank you!