mnthnx64 / yolo-v3

A working instance of YOLOv3 for webcam and images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yolo-V3

yolov3.cfg (236 MB COCO Yolo v3) - requires 4 GB GPU-RAM: https://pjreddie.com/media/files/yolov3.weights

Test:

Run the following command with optional commandline arguments to perform detections on images in 'images' folder. By default the 'result' folder will store the output.

python detect_from_image.py 

Run the following command with optional commandline arguments to perform detections from webcam

python detect_from_video.py

About

A working instance of YOLOv3 for webcam and images


Languages

Language:Python 100.0%