Bounding box matching model metrics for a single intersection-over-union threshold and multiple label match confidence thresholds.
Metrics for each label-match confidenceThreshold from 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99. Precision-recall curve is derived from them.
iouThresholdnumber
The intersection-over-union threshold value used to compute this metrics entry.
meanAveragePrecisionnumber
The mean average precision, most often close to auPrc.
| JSON representation |
|---|
{
"confidenceMetrics": [
{
object ( |
ConfidenceMetrics
Metrics for a single confidence threshold.
confidenceThresholdnumber
The confidence threshold value used to compute the metrics.
recallnumber
Recall under the given confidence threshold.
precisionnumber
Precision under the given confidence threshold.
f1Scorenumber
The harmonic mean of recall and precision.
| JSON representation |
|---|
{ "confidenceThreshold": number, "recall": number, "precision": number, "f1Score": number } |