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

Face Augmentation file name didn't match #55

Open
Ssstirm opened this issue Jan 25, 2024 · 1 comment
Open

Face Augmentation file name didn't match #55

Ssstirm opened this issue Jan 25, 2024 · 1 comment

Comments

@Ssstirm
Copy link

Ssstirm commented Jan 25, 2024

Hi, thanks for your awesome work.
When I run face_motion_augmentation.py, I found that face motion name in humanml has a suffix _clip0000 compared with output of motion_data. Is there any step I went wrong or just a name typo of face motion?

@vadeli
Copy link

vadeli commented Feb 7, 2024

Same problem. Adding _clip0000 to the face motion files solves the problem:

if mocap_dataset == 'humanml': face_motion_file = face_motion_file.split('.npy')[0]+'_clip0000.npy''

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

2 participants