riyadubeyy / Real-Time-Object-Detection

Real Time Object Detection Machine Learning project using YOLO algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project implements a real time object detection via video, webcam and image detection using YOLO algorithm. YOLO is a object detection algorithm which stand for You Only Look Once. I've implemented the algorithm from scratch in Python using pre-trained weights. YOLOv3 was published in research paper: YOLOv3: An Incremental Improvement: Joseph Redmon, Ali Farhadi It's originally implemented in YOLOv3.

COCO dataset is used for training.

Real time detection can be use via command prompt or GUI. Yolo is a deep learning algorythm which came out on may 2016 and it became quickly so popular because it’s so fast compared with the previous deep learning algorythm. With yolo we can detect real time objects at a relatively high speed. With a GPU we would be able to process over 45 frames/second while with a CPU around a frame per second.

OpenCV dnn module supports running inference on pre-trained deep learning models from popular frameworks like Caffe, Torch and TensorFlow.

About

Real Time Object Detection Machine Learning project using YOLO algorithm.


Languages

Language:Python 100.0%