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 want to mathematically convert new_joints to new_joint_vecs, I look at the code in motion_representation.ipynb I'm not sure if new_joints_vecs to new_joints is reversible, has anyone done the same thing?
The text was updated successfully, but these errors were encountered:
i also concern about this problem, i saw someone do it like this, but im not sure if this is correct. it seems they use process_file() to
transform new_joints[time,22,3] into new_ joints_feature(vector) [time,263] directly, but joints and new_joints is different..? https://github.com/OpenMotionLab/MotionGPT/blob/main/mGPT/data/HumanML3D.py line 88
I want to mathematically convert new_joints to new_joint_vecs, I look at the code in motion_representation.ipynb I'm not sure if new_joints_vecs to new_joints is reversible, has anyone done the same thing?
The text was updated successfully, but these errors were encountered: