File tree Expand file tree Collapse file tree 3 files changed +537
-1
lines changed Expand file tree Collapse file tree 3 files changed +537
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
---
4
4
5
+
6
+ Grounding DINO Methods | [ ![ GitHub] ( https://badges.aleen42.com/src/github.svg )] ( https://github.com/IDEA-Research/GroundingDINO )
5
7
[ ![ arXiv] ( https://img.shields.io/badge/arXiv-2303.05499-b31b1b.svg )] ( https://arxiv.org/abs/2303.05499 )
6
8
[ ![ YouTube] ( https://badges.aleen42.com/src/youtube.svg )] ( https://youtu.be/wxWDt5UiwY8 )
9
+
10
+ Grounding DINO Demos |
7
11
[ ![ Open In Colab] ( https://colab.research.google.com/assets/colab-badge.svg )] ( https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/zero-shot-object-detection-with-grounding-dino.ipynb )
8
12
[ ![ YouTube] ( https://badges.aleen42.com/src/youtube.svg )] ( https://youtu.be/cMa77r3YrDk )
9
13
[ ![ HuggingFace space] ( https://img.shields.io/badge/🤗-HuggingFace%20Space-cyan.svg )] ( https://huggingface.co/spaces/ShilongLiu/Grounding_DINO_demo )
14
+ [ ![ YouTube] ( https://badges.aleen42.com/src/youtube.svg )] ( https://youtu.be/C4NqaRBz_Kw )
15
+
16
+ Extensions | [ Grounding DINO with Stable Diffusion] ( demo/image_editing_with_groundingdino_stablediffusion.ipynb ) ;
17
+ [ Grounding DINO with Segment Anything] ( https://github.com/IDEA-Research/Grounded-Segment-Anything )
18
+
19
+
10
20
11
21
[ ![ PWC] ( https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/grounding-dino-marrying-dino-with-grounded/zero-shot-object-detection-on-mscoco )] ( https://paperswithcode.com/sota/zero-shot-object-detection-on-mscoco?p=grounding-dino-marrying-dino-with-grounded ) \
12
22
[ ![ PWC] ( https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/grounding-dino-marrying-dino-with-grounded/zero-shot-object-detection-on-odinw )] ( https://paperswithcode.com/sota/zero-shot-object-detection-on-odinw?p=grounding-dino-marrying-dino-with-grounded ) \
@@ -121,9 +131,11 @@ ODinW Object Detection Results
121
131
<summary ><font size =" 4 " >
122
132
Marrying Grounding DINO with <a href =" https://github.com/Stability-AI/StableDiffusion " >Stable Diffusion</a > for Image Editing
123
133
</font ></summary >
134
+ See our example: demo/image_editing_with_groundingdino_stablediffusion.ipynb .
124
135
<img src =" .asset/GD_SD.png " alt =" GD_SD " width =" 100% " >
125
136
</details >
126
137
138
+
127
139
<details open >
128
140
<summary ><font size =" 4 " >
129
141
Marrying Grounding DINO with <a href =" https://github.com/gligen/GLIGEN " >GLIGEN</a > for more Detailed Image Editing
Original file line number Diff line number Diff line change 33
33
34
34
35
35
36
- # Use this command for evaluate the GLIP-T model
36
+ # Use this command for evaluate the Grounding DINO model
37
37
config_file = "groundingdino/config/GroundingDINO_SwinT_OGC.py"
38
38
ckpt_repo_id = "ShilongLiu/GroundingDINO"
39
39
ckpt_filenmae = "groundingdino_swint_ogc.pth"
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments