lufficc/SSD
High quality, fast, modular reference implementation of SSD in PyTorch observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 2827
- days_rel: n/a
- days_push: 951
- n_releases_24m: 0
Adoption not part of the score
1585 stars · 384 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A high-quality, fast, modular reference implementation of the SSD (Single Shot MultiBox Detector) object detection model in PyTorch. It supports multi-GPU training and inference, modular component swapping (backbones, heads), CPU inference, and evaluation with metrics visualization via TensorBoard.
Use cases
- train an SSD object detection model on Pascal VOC or COCO
- run object detection inference on images with a pretrained SSD model
- research new SSD variants by swapping backbones or detection heads
- benchmark object detection training speed in PyTorch
- fine-tune object detection on a custom dataset
- visualize training metrics like mAP and AP per category
When to choose
- you need a clean, modular PyTorch codebase for SSD-based object detection research
- you want multi-GPU training with DistributedDataParallel out of the box
- you want to easily replace components like the backbone (e.g., EfficientNet) via config
- you need CPU inference support and automatic pre-trained weight downloads
When to avoid
- you need state-of-the-art detectors like YOLO, DETR, or Faster R-CNN rather than SSD
- you want a production-ready inference service rather than a research codebase
- you need support for frameworks other than PyTorch
- you require active development of new features, as the project is in maintenance mode
Facets
library · maturity maintenance
machine-learning deep-learning computer-vision image-processing computer-vision deep-learning machine-learning image-processing python windows object-detection ssd pytorch single-shot-detector reference-implementation multi-gpu-training pascal-voc coco linux macos gpu
1 source
- readme: https://github.com/lufficc/SSD · fetched 2026-08-28 · a25514b54280
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lufficc/SSD | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem