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

Parameters extraction #204

Open sebastianopazo1 opened 8 months ago

sebastianopazo1 commented 8 months ago

Hello there! Great work with the project. I have some questions about the possibility of extracting some values such as the betas (blendshapes of the smplx ), the position vector and rotation of each joint and the rotation and position of the camera. If it's possible, how can this be done? Thanks for your help!

Dipankar1997161 commented 8 months ago

Hello there! Great work with the project. I have some questions about the possibility of extracting some values such as the betas (blendshapes of the smplx ), the position vector and rotation of each joint and the rotation and position of the camera. If it's possible, how can this be done? Thanks for your help!

Hello Sebastian.

these are done with the help of BodyModels. you can search for SMPL, SMPL-X, SMPL-H. Those are the base foundation. Many other repositories also provide methods to extract SMPL parameters and all.

Hope this answers your question