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
499 stars 13 forks source link

The data of humanml is of 153 dimension rather than 322 dimension. #70

Open weihaosky opened 4 months ago

weihaosky commented 4 months ago

Hi, thanks for this excellent work!

When I try to transfer the data to tomato representation with python raw_pose_processing.py, I find the data in face_motion_data/smplx_322/humanml or GRAB or EgoBody is of 153 dimension rather than 322 dimension, such that it cannot be processed by python raw_pose_processing.py.

How should I get the data of 322 dimension for dataset humanml, GRAB, and EgoBody?

Many thanks!

linjing7 commented 4 months ago

Hi, have you preprocess the mocap data following this instruction?

weihaosky commented 4 months ago

Hi, have you preprocess the mocap data following this instruction?

No, I download the motionx_face_motion_data.zip, which contains face_motion_data/smplx_322/humanml&GRAB&EgoBody I did not do the preprocess from AMASS dataset.