Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 committed Sep 29, 2017
1 parent 693ae2a commit 11effe3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# keras-yolo
# 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.

0 comments on commit 11effe3

Please sign in to comment.