Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

XPSBoundingBoxMetricsEntry

import type { XPSBoundingBoxMetricsEntry } from "https://googleapis.deno.dev/v1/language:v2.ts";

Bounding box matching model metrics for a single intersection-over-union threshold and multiple label match confidence thresholds.

interface XPSBoundingBoxMetricsEntry {
iouThreshold?: number;
meanAveragePrecision?: number;
}

§Properties

§

Metrics for each label-match confidence_threshold from 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99.

§
iouThreshold?: number
[src]

The intersection-over-union threshold value used to compute this metrics entry.

§
meanAveragePrecision?: number
[src]

The mean average precision.