Intro

Object Detection is a Computer Vision and Image Processing task that identifies (Image Classification) and localizes objects in images/videos, outputting bounding boxes with class labels and confidence scores.

img

Objects detected with OpenCV’s Deep Neural Network module (dnn) by using a YOLOv3 model trained on COCO dataset capable to detect objects of 80 common classes