In https://github.com/baumgach/acdc_segmenter/blob/3cbc10c11142dfa00df7efb804adb95ede9cbd3f/metrics_acdc.py#L118, hausdorff metric is set to 1 when either one of groundtruth or the prediction is missing. Could the logic behind this be explained?
In
acdc_segmenter/metrics_acdc.py
Line 118 in 3cbc10c