facebookresearch/detr
End-to-End Object Detection with Transformers observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
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: 2290
- days_rel: n/a
- days_push: 904
- n_releases_24m: 0
Adoption not part of the score
15354 stars · 2669 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
DETR is Facebook Research's PyTorch implementation of Detection Transformer, an end-to-end object detection model that replaces hand-crafted pipelines with a Transformer encoder-decoder and bipartite matching loss. It ships pretrained models matching Faster R-CNN on COCO with simple training and inference code.
Use cases
- detect objects in images with a transformer model
- train an end-to-end object detector on custom data
- run pretrained COCO object detection inference in a few lines of PyTorch
- compare DETR with Faster R-CNN baselines
- fine-tune a detection transformer on my dataset
When to choose
- you want a simple, research-friendly object detection codebase without complex detection libraries
- you need transformer-based set prediction detection with pretrained COCO weights
When to avoid
- you need production-grade detection tooling with extensive model zoo and deployment support
- you need the latest detection architectures or frequent updates
Facets
library · maturity maintenance
computer-vision machine-learning deep-learning computer-vision deep-learning machine-learning python object-detection transformer pytorch set-prediction coco research gpu
1 source
- readme: https://github.com/facebookresearch/detr · fetched 2026-08-28 · 1a8be4194af3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| facebookresearch/detr | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="facebookresearch/detr")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem