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

Question about mask accuracy calculation #115

Open
jwubz123 opened this issue Nov 8, 2023 · 0 comments
Open

Question about mask accuracy calculation #115

jwubz123 opened this issue Nov 8, 2023 · 0 comments

Comments

@jwubz123
Copy link

jwubz123 commented Nov 8, 2023

In mask accurate calculation, we only have pred_mask_logits without sigmoid, the value is out of [0,1], (pred_mask_logits > 0.5) selection seems to be meaningless, is there any processing about pred_mask_logits that I overlooked? mask_accurate = (pred_mask_logits > 0.5) == (gt_masks > 0.5)

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

1 participant