tensorflow-yolo icon indicating copy to clipboard operation
tensorflow-yolo copied to clipboard

Error in importing and calling process_config for train.py

Open Meghal17 opened this issue 7 years ago • 3 comments

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!

Meghal17 avatar Jun 27 '18 06:06 Meghal17

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

shenqi966 avatar Nov 05 '18 08:11 shenqi966

The same error happens to me.

anonymone avatar Mar 05 '19 03:03 anonymone

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

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

anonymone avatar Mar 05 '19 05:03 anonymone