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

Magic folder issues #46

Open ryanhoo opened 5 months ago

ryanhoo commented 5 months ago

In mocap-dataset-process/README.md

3. Perform face motion augmentation
In this step, we will perform face motion augmentation to replace the face motion, since these Mocap data does not provide facial expression. Notably, we keep the original jaw pose of GRAB dataset.

Move the processed motion data to ../datasets/motion_data/smplx_322
mv EgoBody_motion ../datasets/motion_data/smplx_322/EgoBody
mv humanml ../datasets/motion_data/smplx_322/humanml
mv GRAB_motion ../datasets/motion_data/smplx_322/GRAB

mv humanml makes me confused. What is this humanml folder and how does that comes out?

I checked back and forth in the README and other files, didn't see how to prepare that.

And then mv GRAB_txt ../datasets/texts/semantic_labels/GRAB, I suppose GRAB_txt is the same thing with GRAB_text(specified in grab.py) right?

And what's more interesting is the python aist.py in Process EgoBody Dataset process. Though you've fixed that mistake recently, but it makes me wonder is this README a true valid guide to run the final script?

vadeli commented 5 months ago

The humanml folder will be created after running python humanml.py

Yawningx commented 4 months ago

64 See here. I got the same issue, and the corresponding solution has been listed.