Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/0101011/yolo-object-recognition-opencv-keras
- Owner: 0101011
- Created: 2019-09-14T20:56:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T23:02:16.000Z (about 3 years ago)
- Last Synced: 2024-09-27T21:03:01.665Z (about 1 month ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 884 KB
- Stars: 19
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```