Skip to content

Commit 3bb2c86

Browse files
committed
update readme with gd-swinb hf links
1 parent d3bc35f commit 3bb2c86

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ Official PyTorch implementation of [Grounding DINO](https://arxiv.org/abs/2303.0
5151
<summary><font size="4">
5252
Description
5353
</font></summary>
54-
Paper introduction
54+
<a href="https://arxiv.org/abs/2303.05499">Paper</a> introduction.
5555
<img src=".asset/hero_figure.png" alt="ODinW" width="100%">
56-
Grounding DINO and GLIGEN
56+
Marrying <a href="https://github.com/IDEA-Research/GroundingDINO">Grounding DINO</a> and <a href="https://github.com/gligen/GLIGEN">GLIGEN</a>
5757
<img src="https://huggingface.co/ShilongLiu/GroundingDINO/resolve/main/GD_GLIGEN.png" alt="gd_gligen" width="100%">
5858
</details>
5959

@@ -120,9 +120,9 @@ We also provide a demo code to integrate Grounding DINO with Gradio Web UI. See
120120
<th>2</th>
121121
<td>GroundingDINO-B</td>
122122
<td>Swin-B</td>
123-
<td>COCO,O365,GoldG,Cap4M,OpenImage,OdinW-35,RefCOCO</td>
123+
<td>COCO,O365,GoldG,Cap4M,OpenImage,ODinW-35,RefCOCO</td>
124124
<td>56.7 </td>
125-
<td><a href="/IDEA-Research/GroundingDINO/releases/download/v0.1.0-alpha2/groundingdino_swinb_cogcoor.pth">Github link</a>
125+
<td><a href="/IDEA-Research/GroundingDINO/releases/download/v0.1.0-alpha2/groundingdino_swinb_cogcoor.pth">Github link</a> | <a href="https://huggingface.co/ShilongLiu/GroundingDINO/resolve/main/groundingdino_swinb_cogcoor.pth">HF link</a>
126126
<td><a href="https://github.com/IDEA-Research/GroundingDINO/blob/main/groundingdino/config/GroundingDINO_SwinB.cfg.py">link</a></td>
127127
</tr>
128128
</tbody>
@@ -148,15 +148,16 @@ ODinW Object Detection Results
148148
<summary><font size="4">
149149
Marrying Grounding DINO with <a href="https://github.com/Stability-AI/StableDiffusion">Stable Diffusion</a> for Image Editing
150150
</font></summary>
151-
See our example: demo/image_editing_with_groundingdino_stablediffusion.ipynb .
151+
See our example <a href="https://github.com/IDEA-Research/GroundingDINO/blob/main/demo/image_editing_with_groundingdino_stablediffusion.ipynb">notebook</a> for more details.
152152
<img src=".asset/GD_SD.png" alt="GD_SD" width="100%">
153153
</details>
154154

155155

156156
<details open>
157157
<summary><font size="4">
158-
Marrying Grounding DINO with <a href="https://github.com/gligen/GLIGEN">GLIGEN</a> for more Detailed Image Editing
158+
Marrying Grounding DINO with <a href="https://github.com/gligen/GLIGEN">GLIGEN</a> for more Detailed Image Editing.
159159
</font></summary>
160+
See our example <a href="https://github.com/IDEA-Research/GroundingDINO/blob/main/demo/image_editing_with_groundingdino_gligen.ipynb">notebook</a> for more details.
160161
<img src=".asset/GD_GLIGEN.png" alt="GD_GLIGEN" width="100%">
161162
</details>
162163

0 commit comments

Comments
 (0)