Closed copybara-service[bot] closed 4 months ago
bug fix: (1) giou is negative when iou equals 0, thus we should use 1.2, not 0.8 as threshold
(2) added clip(0) to avoid the numerical error when calculating giou.
bug fix: (1) giou is negative when iou equals 0, thus we should use 1.2, not 0.8 as threshold
(2) added clip(0) to avoid the numerical error when calculating giou.