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.25k stars 149 forks source link

genreated FBX animation, the hip postion is under zero plane #102

Open lucasjinreal opened 2 years ago

lucasjinreal commented 2 years ago

Hi, I converted the output to fbx, result look OK, except the location:

image

It always under zero plane in blender, how to fix it? ( I didn't know why it under, therottically it should the center of zero plane)

Jeff-sjtu commented 2 years ago

Hi @jinfagang, how did you convert the output to fbx? Maybe you can manually set the root translation to center the body mesh.

lucasjinreal commented 2 years ago

@Jeff-sjtu I know how to solve it.

May I ask, how to filter the jitter problem of transition? does there any practical way

Jeff-sjtu commented 2 years ago

You can try the Kalman filter.

LaolangOne commented 2 years ago

Can you share how to export fbx files?