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

About testset #9

Open
LI-CHIN-CHIA opened this issue Dec 26, 2023 · 2 comments
Open

About testset #9

LI-CHIN-CHIA opened this issue Dec 26, 2023 · 2 comments

Comments

@LI-CHIN-CHIA
Copy link

Hi, I have a question about the test set.
Why do we still need to put in the original image and the annotated image (mask) during testing?
I tried to put all-black and all-white images into the annotated photos (mask) in the test set. The results would be different from the annotated images (mask), and the boundaries would be somewhat blurry.
I know that adding a mask makes it easier to calculate errors, but if there is a new data set, it still needs to be marked first.

@xianlin7
Copy link
Owner

Hi, I have a question about the test set. Why do we still need to put in the original image and the annotated image (mask) during testing? I tried to put all-black and all-white images into the annotated photos (mask) in the test set. The results would be different from the annotated images (mask), and the boundaries would be somewhat blurry. I know that adding a mask makes it easier to calculate errors, but if there is a new data set, it still needs to be marked first.

The annotated image is used to generate the prompt. This version of SAMUS is an interactive segmentation model, you must give at least one positive point (in our code, we generate the point prompt from the annotated images) to let the model know what it should segment.

@LI-CHIN-CHIA
Copy link
Author

Thanks,another question,if classes are more than two,how to prepare annotated image.

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