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

Handling Images without Tumors for Model Training and Testing #35

Open
zhou07 opened this issue Mar 31, 2024 · 1 comment
Open

Handling Images without Tumors for Model Training and Testing #35

zhou07 opened this issue Mar 31, 2024 · 1 comment

Comments

@zhou07
Copy link

zhou07 commented Mar 31, 2024

Hi,

Great work! I have a question. Some images in my dataset do not contain tumors, so their masks are completely zero. How can prompt points be generated for these images during training and testing?

@peterant330
Copy link
Collaborator

Hi,

During the training we randomly pick points from the background for these images.

For testing, we did not include such cases for calculating the metrics. But for real application, it would have some tolerance if you click a background point and no masks will be generated.

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