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

Question about the number of face motion data and motion data in HumanML #97

Open
jayze3736 opened this issue Sep 8, 2024 · 0 comments

Comments

@jayze3736
Copy link

Hello,

I have been following the guidelines in mocap-dataset-process for preprocessing. However, when I run face_motion_augmentation.py, I encountered the following error:

0%|           | 0/26502 [00:00<?, ?it/s]
0%|           | 45/26502 [00:00<00:59, 445.40it/s]
0%|           | 47/26502 [00:00<00:58, 450.66it/s]

Traceback (most recent call last):
  File "face_motion_augmentation.py", line 27, in <module>
    face_motion = np.load(face_motion_file)
  File "/usr/local/lib/python3.8/dist-packages/numpy/lib/npyio.py", line 407, in load
    fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: '/data/Motion-X/datasets/face_motion_data/smplx_322/humanml/M014105_clip0000.npy'

Upon investigating, I found that the file does not actually exist in the face_motion_data folder.
Additionally, I noticed that the number of files in Motion-X/datasets/motion_data/smplx_322/humanml is 26,502, whereas the number of files in Motion-X/datasets/face_motion_data/smplx_322/humanml is 26,292.

Is this discrepancy normal, or does this indicate an issue with the data?

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