yolo-object-recognition-opencv-keras

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

Stars
19
Committers
1

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
Related Projects