google-research / scenic

Scenic: A Jax Library for Computer Vision Research and Beyond
Apache License 2.0
3.34k stars 440 forks source link

bug fix: #1090

Closed copybara-service[bot] closed 4 months ago

copybara-service[bot] commented 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.