We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Hi, thanks for the heads up. I am wondering how you got the AIST++ dataset.
No branches or pull requests
Also at row 30, 31:
Should be:
The text was updated successfully, but these errors were encountered: