Skip to content

This AIM of this repository is to create real time / video application using Deep Learning based Object Detection using YOLOv3 with OpenCV YOLO trained on the COCO datasets. The COCO dataset consists of 80 labels.

Notifications You must be signed in to change notification settings

nitish-gautam/YOLOv3-video-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv3-video-detection

This AIM of this repository is to create real time / video application using Deep Learning based Object Detection using YOLOv3 with OpenCV YOLO trained on the COCO dataset. The COCO dataset consists of 80 labels.

Dependencies

You also need to download the yolo.weights file and place it as described below :

You can download the weights by -

    $ wget https://pjreddie.com/media/files/yolov3.weights
    or 
    https://github.com/pjreddie/darknet/blob/master/data/coco.names

The directories structure should as follow:

yolo-coco-data/ : The YOLOv3 object detector pre-trained (on the COCO dataset) model files. These were trained by the Darknet team should be kept here.

images/ : This folder should contain static images which we will be used to perform object detection on for testing and evaluation purposes.

videos/ : This directory should contains sample test videos for testing. After performing object detection with YOLO on video, we’ll process videos in real time camera input. Also Output videos that have been processed by YOLO and annotated with bounding boxes and class names will appear at this location.

RESULT

Capture3

About

This AIM of this repository is to create real time / video application using Deep Learning based Object Detection using YOLOv3 with OpenCV YOLO trained on the COCO datasets. The COCO dataset consists of 80 labels.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages