Skip to content

YOLO v3 object detection trained on COCO with CLI interface. OpenCV and TensorFlow Keras implementations and comparison.

Notifications You must be signed in to change notification settings

0101011/yolo-object-recognition-opencv-keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLO Object Recognition

YOLO v3 object detection trained on COCO with CLI interface

Quick Start

  1. Download YOLOv3 weights
  2. Run object detection in the terminal:
python yolo.py --image images/city.jpg --yolo model_data