ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.69k stars 891 forks source link

problems about caculating the GIOU loss? #221

Open super3kl opened 2 years ago

super3kl commented 2 years ago

https://github.com/ifzhang/ByteTrack/blob/d9504c1ade7d6d9fb02a514a52cb09e307b73dd1/yolox/models/losses.py#L45 Should the area_i in this loss function be the union of area_a and area_b acorrding to the defination of the GIOU loss function?