amdegroot/ssd.pytorch
A PyTorch Implementation of Single Shot MultiBox Detector observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3494
- days_rel: n/a
- days_push: 1708
- n_releases_24m: 0
Adoption not part of the score
5221 stars · 1723 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A PyTorch implementation of the Single Shot MultiBox Detector (SSD) object detection model from the 2016 paper by Wei Liu et al. It includes training and evaluation scripts for the VOC and COCO datasets, pretrained VGG-16 base weights, and live loss visualization via Visdom.
Use cases
- train an SSD object detection model in PyTorch
- detect objects in images with a single-shot detector
- evaluate object detection on Pascal VOC or COCO
- reproduce SSD paper results in PyTorch
- fine-tune SSD on a custom dataset
- run real-time object detection from a webcam
When to choose
- you want a faithful PyTorch port of the original SSD architecture
- you need to train or evaluate SSD on VOC or COCO
- you're studying or teaching single-shot object detection implementations
When to avoid
- you need state-of-the-art detection accuracy (newer models like YOLO or DETR outperform SSD)
- you need actively maintained code with recent PyTorch version support
- you need production-ready detection pipelines rather than a research reference implementation
Facets
library · maturity maintenance
machine-learning computer-vision image-processing computer-vision deep-learning machine-learning image-processing python cross-platform object-detection ssd pytorch vgg16 pascal-voc coco single-shot-detector gpu
1 source
- readme: https://github.com/amdegroot/ssd.pytorch · fetched 2026-08-28 · 738acd7c2634
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| amdegroot/ssd.pytorch | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="amdegroot/ssd.pytorch")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem