xiaochus / YOLOv3

Keras implementation of yolo v3 object detection.
MIT License
603 stars 263 forks source link

changed config_path to 'cfg/yolo.cfg' #26

Closed waasnipun closed 4 years ago

waasnipun commented 4 years ago

!Error occurred when reading the yolo.cfg file variable config_path which was taken from parser.parse_args() misses a '/' in its path('cfgyolo.cfg'). fixed that issue by changing the config_path variable to the cfg file path. Hope this would be helpful if any other got the same error