pierluigiferrari/ssd_keras
A Keras port of Single Shot MultiBox Detector
Implements SSD300, SSD512, and a lightweight SSD7 variant using VGG-16 and custom base networks, with multi-scale feature maps for detecting objects at various sizes in a single forward pass. Provides ported weights matching original Caffe implementation mAP (77.5-83.2% on Pascal VOC) plus transfer learning utilities for custom datasets. Emphasizes documentation and code clarity with detailed comments, Jupyter tutorials, and template architectures to facilitate model customization and understanding.
1,873 stars. No commits in the last 6 months.
Stars
1,873
Forks
925
Language
Python
License
Apache-2.0
Category
Last pushed
Apr 21, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/pierluigiferrari/ssd_keras"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
alankbi/detecto
Build fully-functioning computer vision models with PyTorch
broadinstitute/keras-rcnn
Keras package for region-based convolutional neural networks (RCNNs)
sovit-123/fasterrcnn-pytorch-training-pipeline
PyTorch Faster R-CNN Object Detection on Custom Dataset
jrieke/shape-detection
🟣 Object detection of abstract shapes with neural networks
Tony607/object_detection_demo
How to train an object detection model easy for free