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

GoogleCloudAiplatformV1SchemaModelevaluationMetricsTrackMetrics

import type { GoogleCloudAiplatformV1SchemaModelevaluationMetricsTrackMetrics } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

UNIMPLEMENTED. Track matching model metrics for a single track match threshold and multiple label match confidence thresholds.

interface GoogleCloudAiplatformV1SchemaModelevaluationMetricsTrackMetrics {
iouThreshold?: number;
meanBoundingBoxIou?: number;
meanMismatchRate?: number;
meanTrackingAveragePrecision?: number;
}

§Properties

§

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.

§
iouThreshold?: number
[src]

The intersection-over-union threshold value between bounding boxes across frames used to compute this metric entry.

§
meanBoundingBoxIou?: number
[src]

The mean bounding box iou over all confidence thresholds.

§
meanMismatchRate?: number
[src]

The mean mismatch rate over all confidence thresholds.

§
meanTrackingAveragePrecision?: number
[src]

The mean average precision over all confidence thresholds.