technology - machine learning - datascience - computer vision - programming
Search

Deep Learning based Object Detection using YOLOv3 with OpenCV ( Python / C++ ) | Learn OpenCV

In this post, we will learn how to use YOLOv3 — a state of the art object detector — with OpenCV. YOLOv3 is the latest variant of a popular object detection algorithm YOLO – You Only Look Once. The published model recognizes 80 different objects in images and videos, but most importantly it is super […]

Source : Deep Learning based Object Detection using YOLOv3 with OpenCV ( Python / C++ ) | Learn OpenCV