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
I have searched the Yolo Tracking issues and discussions and found no similar questions.
Yolo Tracking Component
Tracking
Bug
On line 122 of iou.py, giou_batch incorrectly subtracts the intersection "wh" from "area_enclose". It should subtract the combined area of the two boxes.
Environment
Visual code review
Minimal Reproducible Example
This is the line with the bug:
giou = iou - (area_enclose - wh) / area_enclose
The text was updated successfully, but these errors were encountered:
Search before asking
Yolo Tracking Component
Tracking
Bug
On line 122 of iou.py, giou_batch incorrectly subtracts the intersection "wh" from "area_enclose". It should subtract the combined area of the two boxes.
Environment
Visual code review
Minimal Reproducible Example
This is the line with the bug:
giou = iou - (area_enclose - wh) / area_enclose
The text was updated successfully, but these errors were encountered: