add grounding dino with stable diffusion for image editing
parent
4c8f9206b6
commit
ade752d7a4
12
README.md
12
README.md
|
@ -2,11 +2,21 @@
|
|||
|
||||
---
|
||||
|
||||
|
||||
Grounding DINO Methods | [](https://github.com/IDEA-Research/GroundingDINO)
|
||||
[](https://arxiv.org/abs/2303.05499)
|
||||
[](https://youtu.be/wxWDt5UiwY8)
|
||||
|
||||
Grounding DINO Demos |
|
||||
[](https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/zero-shot-object-detection-with-grounding-dino.ipynb)
|
||||
[](https://youtu.be/cMa77r3YrDk)
|
||||
[](https://huggingface.co/spaces/ShilongLiu/Grounding_DINO_demo)
|
||||
[](https://youtu.be/C4NqaRBz_Kw)
|
||||
|
||||
Extensions | [Grounding DINO with Stable Diffusion](demo/image_editing_with_groundingdino_stablediffusion.ipynb);
|
||||
[Grounding DINO with Segment Anything](https://github.com/IDEA-Research/Grounded-Segment-Anything)
|
||||
|
||||
|
||||
|
||||
[](https://paperswithcode.com/sota/zero-shot-object-detection-on-mscoco?p=grounding-dino-marrying-dino-with-grounded) \
|
||||
[](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
|
|||
<summary><font size="4">
|
||||
Marrying Grounding DINO with <a href="https://github.com/Stability-AI/StableDiffusion">Stable Diffusion</a> for Image Editing
|
||||
</font></summary>
|
||||
See our example: demo/image_editing_with_groundingdino_stablediffusion.ipynb .
|
||||
<img src=".asset/GD_SD.png" alt="GD_SD" width="100%">
|
||||
</details>
|
||||
|
||||
|
||||
<details open>
|
||||
<summary><font size="4">
|
||||
Marrying Grounding DINO with <a href="https://github.com/gligen/GLIGEN">GLIGEN</a> for more Detailed Image Editing
|
||||
|
|
|
@ -33,7 +33,7 @@ from huggingface_hub import hf_hub_download
|
|||
|
||||
|
||||
|
||||
# Use this command for evaluate the GLIP-T model
|
||||
# Use this command for evaluate the Grounding DINO model
|
||||
config_file = "groundingdino/config/GroundingDINO_SwinT_OGC.py"
|
||||
ckpt_repo_id = "ShilongLiu/GroundingDINO"
|
||||
ckpt_filenmae = "groundingdino_swint_ogc.pth"
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue