iou(交併比)的概念

               交併比(Intersection-over-Union,IoU),目標檢測中使用的一個概念,是產生的候選框(candidate bound)與原標記框(ground truth bound)的交疊率,即它們的交集與並集的比值。最理想情況是完全重疊,即比值爲1。 計算公式: def calculateIoU(candidateBound, groundTruthBoun
相關文章
相關標籤/搜索