nilboy / tensorflow-yolo

tensorflow implementation of 'YOLO : Real-Time Object Detection'(train and test)
774 stars 312 forks source link

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

Open Meghal17 opened 6 years ago

Meghal17 commented 6 years ago

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

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

anonymone commented 5 years ago

The same error happens to me.

anonymone commented 5 years ago

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

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