You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to understand the logic behind the retargeting code in fit_smpl_motion.py. I was confused as to why are we adding root_pos_offset twice after the otptimisation loop when passing root_translation to fk_batch.
First we compute root_trans_offset_dumphere by adding root_pos_offset to root_trans_offset.
But then later when running forward kinematics, we again add root_pos_offset to root_trans_offset_dumphere
Would really love some clarification to this. Thanks!
The text was updated successfully, but these errors were encountered:
I tried to remove it and test it on a couple of examples but it didnt make a lot of difference, probably because in those cases root_pos_offset was relatively very small compared to root_trans_offset. Still wanted to double check the logic.
Hi,
I was trying to understand the logic behind the retargeting code in
fit_smpl_motion.py
. I was confused as to why are we addingroot_pos_offset
twice after the otptimisation loop when passing root_translation to fk_batch.First we compute
root_trans_offset_dump
here by addingroot_pos_offset
toroot_trans_offset
.But then later when running forward kinematics, we again add
root_pos_offset
toroot_trans_offset_dump
hereWould really love some clarification to this. Thanks!
The text was updated successfully, but these errors were encountered: