MichiganCOG / ViP

Video Platform for Action Recognition and Object Detection in Pytorch
MIT License
220 stars 37 forks source link

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

Open Fistoflex opened 2 years ago

Fistoflex commented 2 years ago

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 commented 2 years ago

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.