Skip to content

Hausdorff and IoU are stopped changing while dice metric is decreasing #1403

Answered by yiheng-wang-nv
al3ms asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @al3ms , Hausdorff Distance should be calculated on one-hot format predictions. In your case, after doing sigmoid activation, it may also need to use a threshold to do binarization on the predictions.
Can also check here:
https://github.com/Project-MONAI/MONAI/blob/30915adf6da70ac0dceacd9fc4afba6d0dce04a1/monai/metrics/hausdorff_distance.py#L154

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@yiheng-wang-nv
Comment options

@yiheng-wang-nv
Comment options

@al3ms
Comment options

@yiheng-wang-nv
Comment options

Answer selected by al3ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants