Skip to content

Commit

Permalink
Merge pull request chenfei-wu#355 from jordddan/main
Browse files Browse the repository at this point in the history
support GroundingDINO and segment-anything
  • Loading branch information
chenfei-wu authored Apr 17, 2023
2 parents e537e39 + c79588b commit a2d6dab
Show file tree
Hide file tree
Showing 127 changed files with 24 additions and 15,614 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ See our paper: [<font size=5>Visual ChatGPT: Talking, Drawing and Editing with V

## Updates:
- Now Visual ChatGPT supports [GroundingDINO](https://github.com/IDEA-Research/GroundingDINO) and [segment-anything](https://github.com/facebookresearch/segment-anything)! Thanks **@jordddan** for his efforts. For the image editing case, `GroundingDINO` is first used to locate bounding boxes guided by given text, then `segment-anything` is used to generate the related mask, and finally stable diffusion inpainting is used to edit image based on the mask.
- You can install the following packages to experience the new features.

```
pip install git+https://github.com/IDEA-Research/GroundingDINO.git
pip install git+https://github.com/facebookresearch/segment-anything.git
```
- Now Visual ChatGPT can support Chinese! Thanks to **@Wang-Xiaodong1899** for his efforts.
Expand Down
Binary file removed extensions/GroundingDINO/.asset/COCO.png
Binary file not shown.
Binary file removed extensions/GroundingDINO/.asset/GD_GLIGEN.png
Binary file not shown.
Binary file removed extensions/GroundingDINO/.asset/GD_SD.png
Binary file not shown.
Binary file removed extensions/GroundingDINO/.asset/ODinW.png
Binary file not shown.
Binary file removed extensions/GroundingDINO/.asset/arch.png
Binary file not shown.
Binary file removed extensions/GroundingDINO/.asset/cats.png
Binary file not shown.
Binary file removed extensions/GroundingDINO/.asset/hero_figure.png
Binary file not shown.
201 changes: 0 additions & 201 deletions extensions/GroundingDINO/LICENSE

This file was deleted.

163 changes: 0 additions & 163 deletions extensions/GroundingDINO/README.md

This file was deleted.

Loading

0 comments on commit a2d6dab

Please sign in to comment.