IDEA-Research / Motion-X

[NeurIPS 2023] Official implementation of the paper "Motion-X: A Large-scale 3D Expressive Whole-body Human Motion Dataset"
https://motion-x-dataset.github.io
Other
566 stars 15 forks source link

About Frame loss #80

Open YuehengLuo opened 6 months ago

YuehengLuo commented 6 months ago

Hi!Thanks for your work. Since I want to use tomato representation and then I ran python motion_representation.py

I found that the previous joint. shape: (300, 144, 3)

what I get new_joints.shape: (299, 52, 3) new_joint_vecs.shape: (299, 623) looks like there is 1 frame lost. I think it's mainly because of the process function in line 499. How to fix it?