YOLO object detection with OpenCV
YOLO object detection with OpenCV
In this tutorial, you’ll learn how to use the YOLO object detector to detect objects in both images and video streams using Deep Learning, OpenCV, and Python.
By applying object detection, you’ll not only be able to determine what is in an image, but also where a given object resides!
We’ll start with a brief discussion of the YOLO object detector, including how the object detector works.
From there we’ll use OpenCV, Python, and deep learning to:
We’ll wrap up the tutorial by discussing some of the limitations and drawbacks of the YOLO object detector
In the rest of this tutorial we’ll:
Let’s dive in!