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

Error in importing and calling process_config for train.py #58

Open
Meghal17 opened this issue Jun 27, 2018 · 3 comments
Open

Error in importing and calling process_config for train.py #58

Meghal17 opened this issue Jun 27, 2018 · 3 comments

Comments

@Meghal17
Copy link

When using the following command to train
==>> python tools/train -c config/train.cfg
an error occurs informing No module named 'yolo.utils.process_config'; 'yolo.utils' is not a package.
Could anyone help me out?
thanks!

@shenqi966
Copy link

我也遇到了你的问题,你现在解决了吗

@anonymone
Copy link

anonymone commented Mar 5, 2019

The same error happens to me.

@anonymone
Copy link

anonymone commented Mar 5, 2019

I solved this issue by adding working path to the evironment.
sunch as

sys.path.append('MY_FILE_PATH/yolo/')

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