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

How to discard false positive #46

Open
chris-aeviator opened this issue Sep 22, 2023 · 1 comment
Open

How to discard false positive #46

chris-aeviator opened this issue Sep 22, 2023 · 1 comment

Comments

@chris-aeviator
Copy link

When I use P SAM on an image that does not contain my learned item, it will still output a prediction. How can I at least compare a true positive against a false positive?

@vamsidharkamanuru
Copy link

vamsidharkamanuru commented Feb 15, 2024

You could use thresholding on top confidence keypoint score from similarity mask step. This way when the object you are interested in, is not in the image, the top confidence keypoint may have low score than threshold, resulting in no keypoints selected for prompting decoder.

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