luca-medeiros / lang-segment-anything

SAM with text prompt
Apache License 2.0
1.53k stars 167 forks source link

how to fill in the text_prompt for some uncommon categories? #23

Closed y200504040u closed 1 year ago

y200504040u commented 1 year ago

Thanks for your great works! I got perfect results. Can you provide a dictionary containing the supported categories to show me which text I can fill in? Looking forward to your answer. Thanks.

luca-medeiros commented 1 year ago

There isn't such a thing as a dictionary of supported categories. GroundingDino is a zero-shot model. Might be helpful to check their paper/repo https://github.com/IDEA-Research/GroundingDINO

pzhren commented 5 months ago

Hi: What is the difference between lang-segment-anything and GroundingDINO+SAM?