You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use \BGF-YOLO\yolo\utils\wiou.py, only changing CIoU=True to CIoU=False in the loss.py.
\BGF-YOLO\yolo\utils\loss.py
iou = bbox_iou(pred_bboxes[fg_mask], target_bboxes[fg_mask], xywh=False, CIoU=True)
Hi @mkang315
I would like to inquire about the wIoU loss function. If I want to implement wIoU based on your code, would any settings need to be changed?
I already follow your notes. But I just wonder how to running it.
In yolov5 to use other loss function, we need to change CIOU=False.
Thank you
The text was updated successfully, but these errors were encountered: