Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Meaning of the metrics in YOLOv5

What does means in YOLOv5 the metric "mAP_0.5"?

If we arrive at N iterations and its value is constant, what does it mean?

Lastly, what the training loss metrics, "box loss" and "obj loss", mean ?

Is it normal that by increasing the number of iterations the graphs of these two metrics have a decreasing trend? What is the significance of this behavior?

Thanks!

like image 974
compup Avatar asked Oct 17 '25 12:10

compup


1 Answers

For mAP_0.5 I refer you to this blog post: https://jonathan-hui.medium.com/map-mean-average-precision-for-object-detection-45c121a31173

The "box loss" represents how well the algorithm can locate the centre of an object and how well the predicted bounding box covers an object. Objectness is essentially a measure of the probability that an object exists in a proposed region of interest. If the objectivity is high, this means that the image window is likely to contain an object. Classification loss gives an idea of how well the algorithm can predict the correct class of a given object. [1]

The losses should be decreasing up to a saturating point and this behavior is normal.

[1] https://www.mdpi.com/1999-4893/14/4/114

like image 117
Erfan Avatar answered Oct 21 '25 04:10

Erfan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!