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
547 stars 15 forks source link

index_path should be "./humanml_index.csv", not "./humanml.csv", at row 181 in file "/mocap-dataset-process/humanml.py" #64

Open Yawningx opened 7 months ago

Yawningx commented 7 months ago

Also at row 30, 31:

smplx_male_model_path = './smplx/SMPLX_MALE.npz'
smplx_female_model_path = './smplx/SMPLX_FEMALE.npz'

Should be:

smplx_male_model_path = './body_models/smplx/SMPLX_MALE.npz'
smplx_female_model_path = './body_models/smplx/SMPLX_FEMALE.npz'
Yawningx commented 7 months ago

While performing face motion augmentation for MOCAP DATA, in:

mv EgoBody_txt ../datasets/texts/semantic_labels/EgoBody
mv humanml_txt ../datasets/texts/semantic_labels/humanml
mv GRAB_txt ../datasets/texts/semantic_labels/GRAB
mv GRAB_txt ../datasets/texts/semantic_labels/GRAB

should be:

mv GRAB_text ../datasets/texts/semantic_labels/GRAB
whwjdqls commented 2 months ago

Hi, thanks for the heads up. I am wondering how you got the AIST++ dataset.