meituan / YOLOv6

YOLOv6: a single-stage object detection framework dedicated to industrial applications.
GNU General Public License v3.0
5.7k stars 1.03k forks source link

About the SIOU and CIOU #90

Closed wilile26811249 closed 2 years ago

wilile26811249 commented 2 years ago

Have you tested the results with the CIOU loss? Some people (including me) have tested SIOU, and they all show that the result is not better than CIOU.

https://github.com/PaddlePaddle/PaddleDetection/issues/6070 https://github.com/ultralytics/yolov5/issues/8138

wilile26811249 commented 2 years ago

Ah... Sorry, I found the article report. In your test, the siou loss is improved 0.3% AP.

Chinese: https://tech.meituan.com/2022/06/23/yolov6-a-fast-and-accurate-target-detection-framework-is-opening-source.html English: https://chowdera.com/2022/175/202206241256266607.html