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

could not find the 004822.npy file #7

Closed
gitforziio opened this issue Oct 19, 2022 · 2 comments
Closed

could not find the 004822.npy file #7

gitforziio opened this issue Oct 19, 2022 · 2 comments

Comments

@gitforziio
Copy link

I have downloaded the HumanML3D dataset to correct dir, but could not find the 004822.npy file while 012314.npy exists.

Loading t2m_model model: Epoch 031 Total_Iter 11904
  0%|                                                                                                                                    | 0/4384 [00:00<?, ?it/s]
Traceback (most recent call last):
  File "evaluate_t2m_seq2seq.py", line 121, in <module>
    dataset = Motion2TextEvalDataset(opt, mean, std, split_file, w_vectorizer)
  File "C:\GITHERE\TM2T\data\dataset.py", line 532, in __init__
    motion = np.load(pjoin(opt.motion_dir, name + '.npy'))
  File "C:\Users\Bush\anaconda3\envs\TM2T\lib\site-packages\numpy\lib\npyio.py", line 390, in load
    fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: './dataset/HumanML3D/new_joint_vecs\\004822.npy'
@EricGuo5513
Copy link
Owner

Hi, for HumanML3D, you need to run the code to obtain the datasets. https://github.com/EricGuo5513/HumanML3D

@gitforziio
Copy link
Author

Hi, for HumanML3D, you need to run the code to obtain the datasets. https://github.com/EricGuo5513/HumanML3D
Thank you! But I got some other error by running the code. Please turn to: EricGuo5513/HumanML3D#11

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