xiaochus / YOLOv3

Keras implementation of yolo v3 object detection.
MIT License
605 stars 264 forks source link

Add custom model path to YOLO class. #29

Open cczarnuch opened 3 years ago

cczarnuch commented 3 years ago

When using this repo as a submodule, the model path is taken as relative and does not exist in the proper location. Adding support to specify a custom model path.