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 module named 'data_gen' and No such file or directory: '../data/kinetics_raw/kinetics_val' #49

Closed
XiongXintyw opened this issue Apr 2, 2020 · 2 comments

Comments

@XiongXintyw
Copy link

When I run "python data_gen/ntu_gendata.py", gets the error : ModuleNotFoundError: No module named 'data_gen'.

When I run "python data_gen/kinetics_gendata.py", gets the error : FileNotFoundError: [Errno 2] No such file or directory: '../data/kinetics_raw/kinetics_val'.

My raw data has put in the ./data.

Needs your help!

@Lyndsey-Xing
Copy link

check your file name

@siehlema
Copy link

You need to run the python script from within the data_gen folder. E.g.:
cd data_gen
python ntu_gendata.py

This issue was closed.
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