WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
GNU General Public License v3.0
13.41k stars 4.23k forks source link

question about ComputeLossOTA #2048

Open zrg0712 opened 5 months ago

zrg0712 commented 5 months ago

Where is this usually used? Compared to ordinary Loss calculation, what's the difference? Why didn't I see better results after using it?