Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Yawningx opened this issue Mar 1, 2024 · 1 comment

Comments

@Yawningx
Copy link

Yawningx commented Mar 1, 2024

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
Copy link
Author

Yawningx commented Mar 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant