keras-yolo icon indicating copy to clipboard operation
keras-yolo copied to clipboard

Keras implementation of YOLO (You Only Look Once) : Unified, Real-Time Object Detection

Keras YOLO Series

Keras implementation of YOLO (You Only Look Once) : Unified, Real-Time Object Detection

This is a Keras implementation of YOLO, and YOLOv2. This project is mainly based on darkflow and darknet.

For details about YOLO and YOLOv2 please refer to their project page and the paper: YOLO9000: Better, Faster, Stronger by Joseph Redmon and Ali Farhadi.