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: '/z/dat/HMDB51/train.json' #62

Open
Fistoflex opened this issue Jan 18, 2022 · 1 comment
Open

No such file or directory: '/z/dat/HMDB51/train.json' #62

Fistoflex opened this issue Jan 18, 2022 · 1 comment

Comments

@Fistoflex
Copy link

So, I installed every depedencies with "install.sh" on a Python 3.6. And whenever I try to train or eval the example's model with "python <eval.py/train.py> --cfg_file models/c3d/config_test.yaml" I get the following Python error : "FileNotFoundError: [Errno 2] No such file or directory: '/z/dat/HMDB51/train.json'". Can someone help me ?

@natlouis
Copy link
Collaborator

natlouis commented Jan 24, 2022

That directory should be updated to point to your copy of the HMDB51 dataset ($JSON_DIRECTORY).
Please use this file: https://github.com/MichiganCOG/ViP/blob/master/datasets/scripts/gen_json_HMDB51.py to generate that file. Note that you must edit the $DATA_DIRECTORY and $JSON_DIRECTORY values.

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