chongzhou96 / EdgeSAM

Official PyTorch implementation of "EdgeSAM: Prompt-In-the-Loop Distillation for On-Device Deployment of SAM"
https://mmlab-ntu.com/project/edgesam/
Other
904 stars 41 forks source link

Add Autodistill link #2

Closed capjamesg closed 9 months ago

capjamesg commented 9 months ago

Hello there! I am an engineer at Roboflow. We maintain Autodistill, a framework that enables you to use large foundation models to label data for use in training smaller vision models. I combined Grounding DINO and EdgeSAM to create Grounded EdgeSAM. This combination model allows for zero-shot prompting with Grounding DINO, then EdgeSAM creates masks. You can use this model to label images.

This PR adds a link to the Autodistill module so people can use it to auto-label data.

chongzhou96 commented 9 months ago

Awesome! I've added the links to autodistill-grounded-edgesam and your blog in the Updates section in the readme. Thank you for your efforts!