https://github.com/andersy005/keras-yolo
Keras implementation of YOLO (You Only Look Once) : Unified, Real-Time Object Detection
https://github.com/andersy005/keras-yolo
Last synced: about 1 year ago
JSON representation
Keras implementation of YOLO (You Only Look Once) : Unified, Real-Time Object Detection
- Host: GitHub
- URL: https://github.com/andersy005/keras-yolo
- Owner: andersy005
- License: mit
- Created: 2017-09-29T17:23:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T16:45:08.000Z (over 8 years ago)
- Last Synced: 2025-04-25T03:52:26.061Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 453 KB
- Stars: 36
- Watchers: 6
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Keras YOLO Series
Keras implementation of YOLO (You Only Look Once) : Unified, Real-Time Object Detection
This is a [Keras](https://keras.io/)
implementation of YOLO, and YOLOv2.
This project is mainly based on [darkflow](https://github.com/thtrieu/darkflow)
and [darknet](https://github.com/pjreddie/darknet).
For details about YOLO and YOLOv2 please refer to their [project page](https://pjreddie.com/darknet/yolo/)
and the [paper](https://arxiv.org/abs/1612.08242):
YOLO9000: Better, Faster, Stronger by Joseph Redmon and Ali Farhadi.