YOLOv5 更换 IoU 之 GIoU / DIoU / CIoU / SIoU / EIoU / WIoU / Focal_GIoU / Focal_DIoU / Focal_CIoU / Focal_SIoU / Focal_EIoU
更换方式:
第一步:将utils/metrics.py
文件中的bbox_iou
替换为如下的代码:
class WIoU_Scale:''' if monotonous = None , v1if monotonous = True , v2if monotonous = False , v3'''iou_mean = 1.monotonous