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?
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?