派生自 Algorithm/baseDetector
lib/detecter_tools/darknet/box.c @@ -913,7 +913,7 @@ */ dets[j].prob[k] = 0; } else if (box_iou(a, b) > thresh && nms_kind == GREEDY_NMS) { else if (box_diou(a, b) > thresh && nms_kind == GREEDY_NMS) { dets[j].prob[k] = 0; } else {