An open API service indexing awesome lists of open source software.

https://github.com/capjamesg/sam-clip

Use Grounding DINO, Segment Anything, and CLIP to label objects in images.
https://github.com/capjamesg/sam-clip

clip computer-vision segment-anything zero-shot-object-detection

Last synced: 10 months ago
JSON representation

Use Grounding DINO, Segment Anything, and CLIP to label objects in images.

Awesome Lists containing this project

README

          

# sam-clip

Use Grounding DINO, Segment Anything, and CLIP to label objects in images.

Below is an image with segmentation masks of all `McDonalds` logos in an image.

This demo was created by sending the prompt `logo` to Grounding DINO and SAM, then classifying each prediction using CLIP with two prompts: `McDonalds` and `Burger King`.

Screenshot 2023-11-17 at 09 41 44

## License

This project is licensed under an [MIT license](LICENSE).