This object detection algorithm is currently the state of the art, outperforming R-CNN and it’s variants. I’ll go into some different object detection algorithm improvements over the years, then dive into YOLO theory and a programmatic implementation using Tensorflow!

YOLO is a clever convolutional neural network (CNN) for doing object detection in real-time. The algorithm applies a single neural network to the full image, and then divides the image into regions and predicts bounding boxes and probabilities for each region. We are going to utilized yolo object detection api with open cv in this video

Link for downloading files

  1. download config and weights — https://pjreddie.com/darknet/yolo/
  2. download classes — https://github.com/pjreddie/darknet/blob/master/data/coco.names

Subscribe : https://www.youtube.com/channel/UCoB1kaaQrQEkB-ud2QxmgUQ

#yolo #opencv #tensorflow #deep-learning

YOLO V4 Object Detection tutorial | OpenCV
28.50 GEEK