Zzh-tju / CIoU

Distance-IoU Loss: Faster and Better Learning for Bounding Box Regression (AAAI 2020)
GNU General Public License v3.0
319 stars 44 forks source link

Implement Error #2

Closed WanXiaopei closed 4 years ago

WanXiaopei commented 4 years ago

I find CIoU in your code is "cious = iou - u + alpha v". However, it should be "cious = iou - u - alpha v" according to your paper.

Zzh-tju commented 4 years ago

you‘re right.