Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0101011/yolo-object-recognition-opencv-keras

YOLO v3 object detection trained on COCO with CLI interface. OpenCV and TensorFlow Keras implementations and comparison.
https://github.com/0101011/yolo-object-recognition-opencv-keras

ai artificial-intelligence artificial-intelligence-algorithms computer-vision deep-learning deeplearning keras machine-learning machine-learning-algorithms machinelearning object-detection object-recognition object-tracking tensorflow tensorflow-examples tensorflow-experiments tensorflow-models yolo yolo3 yolov3

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# YOLO Object Recognition
YOLO v3 object detection trained on COCO with CLI interface

## Quick Start

1. Download [YOLOv3 weights](https://pjreddie.com/media/files/yolov3.weights)
2. Run object detection in the terminal:
```
python yolo.py --image images/city.jpg --yolo model_data
```