Why Dice Coefficient and not IOU for segmentation tasks?
问题 I have seen people using IOU as the metric for detection tasks and Dice Coeff for segmentation tasks. The two metrics looks very much similar in terms of equation except that dice gives twice the weightage to the intersection part. If I am correct, then Dice: (2 x (A*B) / (A + B)) IOU : (A * B) / (A + B) Is there any particular reason for preferring dice for segmentation and IOU for detection? 回答1: This is not exactly right. The Dice coefficient (also known as the Sørensen–Dice coefficient