HarborYuan / ovsam

[ECCV 2024] The official code of paper "Open-Vocabulary SAM".
https://www.mmlab-ntu.com/project/ovsam
Other
945 stars 28 forks source link

Does it support full segmentation like SAM? #24

Closed Atumyugi closed 6 months ago

Atumyugi commented 7 months ago

Thank you very much for your work, can it work like the SAM full segmentation process?

HarborYuan commented 6 months ago

Hi @Atumyugi ,

Thanks for your question.

Open-Vocabulary SAM follows the setting of the Segment Anything Model and requires the prompt for segmentation during inference. To support the full segmentation, e.g., instance segmentation, you need to add an extra proposal network to generate the object bounding boxes first.

HarborYuan commented 6 months ago

Hi @Atumyugi ,

I would like to close the issue first. If you have any further questions, feel free to re-open the issue or raise a new one.