qqwweee/keras-yolo3
Keras implementation of the YOLOv3 real-time object detection model.

Velocity · 7d
+2.4
★ / day
Trend
→steady
star history
This repository provides a Keras port of the YOLOv3 object detection architecture from the original Darknet framework. It converts pre-trained Darknet weights into Keras/HDF5 format and enables real-time object detection on images and videos. Users can download official YOLO weights, convert them using the provided script, and run detection with configurable GPU support and multi-GPU training capabilities.