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

Edge case for global_bin_DSC #166

Open
JosefBuchner opened this issue Dec 23, 2024 · 0 comments
Open

Edge case for global_bin_DSC #166

JosefBuchner opened this issue Dec 23, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@JosefBuchner
Copy link
Collaborator

Setting edge cases for DSC does not seem to affect the global_bin_DSC, possibly due to separate calculation.

!Metric DSC: !MetricZeroTPEdgeCaseHandling {empty_prediction_result: !EdgeCaseResult ZERO, empty_reference_result: !EdgeCaseResult ZERO, no_instances_result: !EdgeCaseResult NAN, normal: !EdgeCaseResult ZERO}

Therefore, with no instances at all, the global_bin_DSC is always 0 and can not be adjusted with this configuration.
I would recommend using the DSC edge cases also for the global_bin_DSC.

@neuronflow neuronflow added the bug Something isn't working label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants