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

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

Open lucasjinreal opened 1 year ago

lucasjinreal commented 1 year 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 1 year 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 1 year 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 1 year ago

You can try the Kalman filter.

LaolangOne commented 1 year ago

Can you share how to export fbx files?