AlbughdadiM/satellite-sam-dashboard

manually adjust mask option

Li-sde opened this issue · 6 comments

Li-sde commented

Hi, thank you for your contribution, that's so helpful.
Will you consider adding adjust mask manually option when the user wants to adjust the result?

Hi @Li-sde
This is the plan, hopefully soon

Li-sde commented

Another suggestion is could the platform allow user undo to previous status? Like if I mark 1 point on the map I could undo it.

Another suggestion is could the platform allow user undo to previous status? Like if I mark 1 point on the map I could undo it.

You can do that from the dashboard. You can modify and delete points and polygons.
Screen Recording 2023-07-10 at 10 06 01

Li-sde commented

Does the dashboard only support vit_h,vit_l and vit_base model? Since when I add my own models with new build_sam function I find the dash board didn't support it.

@Li-sde
all models are supported. You only need to download the weights in the Dockerfile as it's done for the vit_b weights.

Li-sde commented

Do you have an idea that could make the dashboard segment/inference faster? I find it takes about 20s to segment in average. I'm now trying to do some modifications in codes. I'm now working on add a new option which could allow use upload their own image to segment, I'm reference in opengeos and geospatial package. If you have some better ideas please share, thank you.