#354 · Primary category: Computer Vision
ssd_keras
A Keras port of Single Shot MultiBox Detector
Project last updated:04/21/22
GitHub Stars
1.9K
Forks
918
Contributors
1
License
Apache-2.0
Why we included this project
This Keras port of the Single Shot MultiBox Detector was built around a clear goal: making the architecture readable instead of a black box. The project's stated purpose is a low-level understanding of the model, which is why it ships detailed code comments and tutorials alongside the SSD300 and SSD512 designs, plus a compact SSD7 variant you can train from scratch on a mid-tier GPU for simpler detection tasks. Ported weights from the original Caffe implementation reproduce the same mAP values, so models you train here should match the canonical version. The fine-tuning notebook helps subsample trained weights for custom datasets, and the base-network templates let you swap in your own architecture. Keep in mind the code targets the older Keras API and has not been maintained in years, so it is best treated as a well-documented reference for research and coursework rather than a base for a production stack.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)