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

Whether it is possible to do semantic segmentation without prompts or dots #793

Open
lucky-asia opened this issue Nov 19, 2024 · 1 comment

Comments

@lucky-asia
Copy link

Can you do not need a hint when inferring, that is, directly input the image to predict the segmentation result, and do not need to pass in coordinate information. That is, no hints are required, just like a normal semantic segmentation model

@ywangwxd
Copy link

Yes. You can check documentation about SamAutomaticMaskGenerator.
It will generate segmentation mask without any bbox or point as input.

The underlying mechanism is to predefine some grid based positive points from the image and use these points as point input.

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