UX-Decoder / Segment-Everything-Everywhere-All-At-Once

[NeurIPS 2023] Official implementation of the paper "Segment Everything Everywhere All at Once"
Apache License 2.0
4.3k stars 379 forks source link

SEEM in remote sensing images segmantation task. #90

Closed Aki-Tomoya closed 8 months ago

Aki-Tomoya commented 10 months ago

Thank you very much for your work! But I still find that there are still several problems. When segmenting remote sensing images, the results of the model used in your demo presentation perform very well. However, when I use several of the pre-trained models you posted (SEEM/X-Decoder), I find that the segmentation results are nowhere near as good, if not extremely bad, as your demo program. Do you have any idea what is going on here? Or can you open source the model (using Davit-d3 as backbone) that was used as demo demo?I choose the [panoramic] task when I use the app.py.

Aki-Tomoya commented 10 months ago

Also. I noticed that except for your demo model in huggingface (Davit-d3 as backbone), the other models don't have clear data boundaries (e.g., the "splash" problem mentioned in other issues), is this related to the fact that the other models are not trained on the SBD dataset? (Noting that only Davit-d3 has SBD metrics in your checkpoint)

Aki-Tomoya commented 9 months ago

When I use the demo demo on huggingface for image segmentation, I get great results: 下载 But when I use the published pre-trained model for segmentation, I get poor results: out Do you know what the problem is? What can I do to reproduce the results of the demo?

MaureenZOU commented 8 months ago

I see, thanks so much for your feedback, I could not release model checkpoint other than focalt, and focall, I sincerely apologize for the sub-optimal results.

antopost commented 7 months ago

Hi @MaureenZOU May I ask why you can't release the model weights used in the online demo?

EricZavier commented 4 months ago

may I ask if you obtained this result through training on your own annotated remote sensing dataset?

Aki-Tomoya commented 4 months ago

may I ask if you obtained this result through training on your own annotated remote sensing dataset?

None. I chose other pre-training models to get my work done :<.