Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scribble-based segmentation #603

Open
anwai98 opened this issue May 13, 2024 · 2 comments
Open

Scribble-based segmentation #603

anwai98 opened this issue May 13, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@anwai98
Copy link
Contributor

anwai98 commented May 13, 2024

This in particular could potentially be a nice feature to segment vessel-like thin (and long) structures using positive scribblles, or eliminate the outside-boundary region in-a-go for parts outside the object using negative scribbles.

@constantinpape
Copy link
Contributor

I agree that this is a good idea. I see two possible ways to implement it:

  • Derive a mask prompt from the scribbles. This is easy to implement, but I am a bit pessimistic if it will help much. In any case, we can try.
  • Train a new prompt encoder for it. I think that is in principle more promising, but also more work.

Any other ideas from your end for how to address this?

@constantinpape constantinpape added the enhancement New feature or request label May 13, 2024
@anwai98
Copy link
Contributor Author

anwai98 commented May 13, 2024

I was thinking in the direction of a simpler version of the first method, however the second one actually sounds more promising.

Also leaving a hint, I think Mehdi has an implementation for scribble-based segmentation with SAM - https://github.com/juglab/napari-sam-labeling-tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants