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

No such file or directory: './dataset/HumanML3D/VQVAEV3_CB1024_CMT_H1024_NRES3\\004822.txt' #13

Open
SeuGuoTong opened this issue Apr 7, 2024 · 4 comments

Comments

@SeuGuoTong
Copy link

I will appreciate it if you could help me.
Traceback (most recent call last):
File "evaluate_m2t_transformer.py", line 131, in
dataset = Motion2TextEvalDataset(opt, mean, std, split_file, w_vectorizer)
File "D:\Graduate\my_direction\Text2gesture\code\TM2T-main\data\dataset.py", line 538, in init
with cs.open(pjoin(opt.m_token_dir, name + '.txt'), 'r') as f:
File "D:\ProgramData\anaconda3\envs\tm2t\lib\codecs.py", line 898, in open
file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: './dataset/HumanML3D/VQVAEV3_CB1024_CMT_H1024_NRES3\004822.txt'

@SeuGuoTong
Copy link
Author

i am running "python evaluate_m2t_transformer.py --name M2T_EL4_DL4_NH8_PS --gpu_id 0 --num_results 20 --n_enc_layers 4 --n_dec_layers 4 --proj_share_weight --ext beam_search"

@OWSJodie
Copy link

OWSJodie commented Jun 5, 2024

Hi @SeuGuoTong , have you managed to solve this problem as i also encounter this after importing the HumanML3D dataset.

@LvXinTao
Copy link

I think you may refer to #5 for solutions!

@OWSJodie
Copy link

I think you may refer to #5 for solutions!

Tyvm, i manage to get pass the error using that solution.

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

3 participants