Closed Maxwell-Zhao closed 1 hour ago
In the paper, the authors mention that they retarget human motions to the humanoid using inverse kinematics, but in the file grad_fit_h1_shape.py, it appears that forward kinematics is used instead of IK.
This is a FK model in file grad_fit_h1_shape.py.
The IK is implemented based on optimization with FK.
In the paper, the authors mention that they retarget human motions to the humanoid using inverse kinematics, but in the file grad_fit_h1_shape.py, it appears that forward kinematics is used instead of IK.