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

XPSVideoActionMetricsEntry

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

The Evaluation metrics entry given a specific precision_window_length.

interface XPSVideoActionMetricsEntry {
meanAveragePrecision?: number;
precisionWindowLength?: number;
}

§Properties

§

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

§
meanAveragePrecision?: number
[src]

The mean average precision.

§
precisionWindowLength?: number
[src]

This VideoActionMetricsEntry is calculated based on this prediction window length. If the predicted action's timestamp is inside the time window whose center is the ground truth action's timestamp with this specific length, the prediction result is treated as a true positive.