标签:inf alt 矩形 技术 运算 info ima bsp 目标
IOU是指两个bounding box的重合程度。
其中矩形框A和B的IOU=A∩B/A∪B,实际运算是对应的面积比较。
目标检测中的IOU
原文地址:https://www.cnblogs.com/AntonioSu/p/12193743.html