WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How Confidence Score Calculated?

mohaliyet opened this issue · comments

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?