EricGuo5513 / HumanML3D

HumanML3D: A large and diverse 3d human motion-language dataset.
MIT License
781 stars 76 forks source link

target offset in raw_pose_processing.ipynb #37

Open qiqiApink opened 1 year ago

qiqiApink commented 1 year ago

In raw_pose_processing.ipynb, you choose example_id = "000021" and the first frame of it to calculate the target offsets. But it seems that different id and different frame will result in different target offsets. Can you tell me why you choose the first frame of "000021" but not calculate the target offsets for each frame of each id?

EricGuo5513 commented 1 year ago

Hi, at this step we aim to unify the skeleton structure of all motions. In other words, we wanna all motions to have the same scale, it is good for model learning. Here, we just randomly selected 000021 as the retargeting target.