项目作者: nitish-gautam

项目描述 :
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.
高级语言: Python
项目地址: git://github.com/nitish-gautam/YOLOv3-video-detection.git
创建时间: 2020-04-27T14:22:23Z
项目社区:https://github.com/nitish-gautam/YOLOv3-video-detection

开源协议:

下载


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 -

  1. $ wget https://pjreddie.com/media/files/yolov3.weights
  2. or
  3. 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