Open Meghal17 opened 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!
我也遇到了你的问题,你现在解决了吗
The same error happens to me.
I solved this issue by adding working path to the evironment. sunch as
sys.path.append('MY_FILE_PATH/yolo/')
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!