likyoo / SegEarth-OV

SegEarth-OV: Towards Training-Free Open-Vocabulary Segmentation for Remote Sensing Images
49 stars 0 forks source link

SAM for RSIs OVSS #2

Closed Bili-Sakura closed 1 month ago

Bili-Sakura commented 1 month ago

Awesome work! I wonder whether SAM works well in zero-shot way for remote sensing images segmentation compared to your model.

likyoo commented 1 month ago

Thanks for your attention. SAM-based OVSS methods are often two-stage: propose class-agnostic masks and classify the masks. They work well in natural images, but we haven't tried them on RS images. We expect that subsequent work will make relevant explorations.

Some related work such as References [2, 23, 56, 60].