JdeRobot / DetectionMetrics

Tool to evaluate deep-learning detection and segmentation models, and to create datasets
https://jderobot.github.io/DetectionMetrics/
GNU General Public License v3.0
72 stars 38 forks source link

Explore implementing YOLO using OpenCV #186

Closed sergiopaniego closed 4 years ago

sergiopaniego commented 4 years ago

With this implementation we could get rid of Darknet

References: https://www.learnopencv.com/deep-learning-based-object-detection-using-yolov3-with-opencv-python-c/ https://docs.opencv.org/master/da/d9d/tutorial_dnn_yolo.html https://www.pyimagesearch.com/2018/11/12/yolo-object-detection-with-opencv/