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

Segmenting multiple object instance without prompt #8

Open
gmnarciso opened this issue Sep 20, 2024 · 1 comment
Open

Segmenting multiple object instance without prompt #8

gmnarciso opened this issue Sep 20, 2024 · 1 comment

Comments

@gmnarciso
Copy link

Hi! Thank you very much for sharing your code! I was able to run it on my local PC. I have also tried it on my own dataset, particularly for tree crown delineation on UAV images. While it worked, it however fails to segment other trees within the image. It only segments the object within the input prompt or bounding box. In this regard, how do I customize this in a way that it is able to segment all instances of the object in the image even only using a single prompt? Moreover, is also impossible to make this code to segment the objects within the image without a prompt same way how other CNN works

@Ultraman6
Copy link

you may see SamAutomaticMaskGenerator inference api or the work of other called SAM-SP, the former construct prompt all around layers with boxes,the latter explore a training mode with end-to-end inference with SAM

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

No branches or pull requests

2 participants