Custom Object Detection With YoloV3
Object Detection is a task in computer vision that focuses on detecting objects in images/videos. There are various object detection algorithms out there like YOLO (You Only Look Once,) Single Shot Detector (SSD), Faster R-CNN, Histogram of Oriented Gradients (HOG), etc. Prerequisites Itβs good to have a basic knowledge of deep learning computer vision. And basics of programming. In this article, we are going to train our own custom yolov3 model for object detection....