目标检测中IOU的介绍(Intersection over Union)
IOU的输入1 ground-truth的bounding box2 预测的bounding boxIOU的输出输出为值在[0,1]之间的数字IOU = 两个矩形交集的面积/两个矩形的并集面积Reference:https://www.pyimagesearch.com/2016/11/07/intersection-over-union-iou
·
IOU的输入
1 ground-truth的bounding box
2 预测的bounding box
IOU的输出
输出为值在[0,1]之间的数字
IOU = 两个矩形交集的面积/两个矩形的并集面积
Reference:
https://www.pyimagesearch.com/2016/11/07/intersection-over-union-iou-for-object-detection/
更多推荐
所有评论(0)