no5-aaron-wu / no5-aaron-wu.github.io

aaron-wu的个人博客
0 stars 0 forks source link

AI算法基础 [1]:mIoU | 旭穹の陋室 #2

Open no5-aaron-wu opened 2 years ago

no5-aaron-wu commented 2 years ago

https://no5-aaron-wu.github.io/2021/11/11/AI-Algorithm-1-mIoU/

  1. IoU(Intersection over Union 交并比) 就是矩形框A、B的重叠面积占A、B并集的面积比例。IoU=Area(A∩B)/Area(A∪B) 预测的结果往往就是四种情况: true positive(TP) 真正 被判定为正样本,事实上也是正样本 false positive(FP) 假正 被判定为正样本,但事实上是负样本 true negative(TN) 真负
no5-aaron-wu commented 2 years ago

test comment