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.26k stars 4.18k forks source link

How Confidence Score Calculated? #2021

Open mohaliyet opened 5 months ago

mohaliyet commented 5 months ago

I'm currently working with YOLOv7 for object detection tasks, and I'm curious about how the confidence score is calculated in the YOLOv7 implementation. I've reviewed the documentation and source code, but I couldn't find detailed information about the exact method used to compute the confidence score?