pierluigiferrari/ssd_keras
A Keras implementation of Single Shot MultiBox Detector (SSD) for real-time object detection.

Velocity · 7d
+0.6
★ / day
Trend
→steady
star history
This repository provides a Keras port of the SSD object detection architecture from the original Caffe implementation. It includes SSD300, SSD512, and SSD7 model variants with pretrained weights. The implementation aims for accuracy parity with the original Caffe models and includes detailed documentation and tutorials to help developers understand the model architecture and adapt it for custom datasets through fine-tuning.