Today we will look at how we can use YOLO in OpenCV framework.

YOLO first came out in 2016, which is used for multiple object detection.

Its compatible with OpenCV framework but we need to download “yolov3.weights” and also “yolov3.cfg”. I have uploaded these file along with the code on my github repo.

Lets go through the code now, its fairly simple.

So the first step would be to import the model and read “coco.names” which contains the image labels and get the output layer.

#image-detection #opencv #yolov3 #machine-learning #python

YOLO with OpenCV
2.50 GEEK