diou比iou优化了一些,
各种nms的效果对比:
https://github.com/Zzh-tju/yolov5
python numpy的:
import numpy as np
def diou_nms(dets, scores,nms_thresh):
""""Pure Python DIoU-
diou比iou优化了一些,
各种nms的效果对比:
https://github.com/Zzh-tju/yolov5
python numpy的:
import numpy as np
def diou_nms(dets, scores,nms_thresh):
""""Pure Python DIoU-