IDEA-Research/GroundingDINO
[ECCV 2024] Official implementation of the paper "Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection" observed · 2026-08-28
Health v2 · maintenance only
21/100
- Activity 0
- Release rhythm 8
- Longevity 90
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1273
- days_rel: n/a
- days_push: 751
- n_releases_24m: 0
Adoption not part of the score
10515 stars · 1065 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Official PyTorch implementation of Grounding DINO, an open-set object detector that fuses a Transformer-based DINO detector with grounded vision-language pre-training. It detects arbitrary objects specified by text inputs such as category names or referring expressions, achieving state-of-the-art zero-shot results on COCO, LVIS, ODinW, and RefCOCO benchmarks.
Use cases
- detect arbitrary objects in images using text prompts
- zero-shot object detection without training on target categories
- detect objects by referring expressions like 'the man in a red hat'
- generate bounding boxes to feed into SAM for segmentation
- label datasets automatically with open-vocabulary detection
- integrate open-world detection into robotics or video tracking pipelines
When to choose
- you need to detect objects beyond a fixed set of trained categories using natural language
- you want strong zero-shot detection performance with pretrained checkpoints
- you need a detector backbone to combine with SAM or Grounded SAM pipelines
- you want a Hugging Face-compatible open-vocabulary detection model
When to avoid
- you need a lightweight detector for edge devices with strict latency budgets
- you only need closed-set detection on a fixed category list where a smaller YOLO-style model suffices
- you need a GPU-free CPU-only deployment
- you need a maintained API service rather than a research codebase
Facets
library · maturity stable
computer-vision image-processing machine-learning deep-learning computer-vision machine-learning artificial-intelligence image-processing python cross-platform object-detection open-set-detection vision-language zero-shot-detection transformer pytorch grounded-pretraining eccv-2024 gpu
6 sources
- readme: https://github.com/IDEA-Research/GroundingDINO · fetched 2026-08-28 · 5211c2a0edb0
- homepage: https://arxiv.org/abs/2303.05499 · fetched 2026-08-29 · 339f5f1a37c5
- site_page: https://info.arxiv.org/about/donate.html · fetched 2026-08-29 · cca9c3a11c56
- site_page: https://info.arxiv.org/about/ourmembers.html · fetched 2026-08-29 · 47cbc55ff1de
- site_page: https://info.arxiv.org/about · fetched 2026-08-29 · a1f16f915a9a
- site_page: https://info.arxiv.org/labs/index.html · fetched 2026-08-29 · b14a8d05a0ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| IDEA-Research/GroundingDINO | main | 21 |
For agents
markdown · JSON · MCP: product_card(name="IDEA-Research/GroundingDINO")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem