-
Hello, The computation of Dice Loss and Dice Score bothers me. So, I see that Monai implemented Dice Score as well. But when I try to compare Dice (from Monai) and Dice as (1 - Dice Loss), they do not match. I expect that Dice Loss + Dice Metric should sum to 1? So, it does not work well in my case. What could cause this difference? I took a code from one of the examples provided by Monai:
So, here is my output: loss : 0.9571341276168823 loss : 0.9420668482780457 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
(in case you haven't seen this, there's a tutorial on this topic https://github.com/Project-MONAI/tutorials/blob/main/modules/dice_loss_metric_notes.ipynb) |
Beta Was this translation helpful? Give feedback.
(in case you haven't seen this, there's a tutorial on this topic https://github.com/Project-MONAI/tutorials/blob/main/modules/dice_loss_metric_notes.ipynb)