ImageObjectDetectionEvaluationMetrics

Metrics for image object detection evaluation results.

Fields
boundingBoxMetrics[] object (BoundingBoxMetrics)

The bounding boxes match metrics for each intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.

evaluatedBoundingBoxCount integer

The total number of bounding boxes (i.e. summed over all images) the ground truth used to create this evaluation had.

boundingBoxMeanAveragePrecision number

The single metric for bounding boxes evaluation: the meanAveragePrecision averaged over all boundingBoxMetricsEntries.

JSON representation
{
  "boundingBoxMetrics": [
    {
      object (BoundingBoxMetrics)
    }
  ],
  "evaluatedBoundingBoxCount": integer,
  "boundingBoxMeanAveragePrecision": number
}