View Source GoogleApi.Language.V2.Model.XPSTrackMetricsEntry (google_api_language v0.15.0)
Track matching model metrics for a single track match threshold and multiple label match confidence thresholds. Next tag: 6.
Attributes
-
confidenceMetricsEntries
(type:list(GoogleApi.Language.V2.Model.XPSTrackMetricsEntryConfidenceMetricsEntry.t)
, default:nil
) - Output only. Metrics for each label-match confidence_threshold from 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99. Precision-recall curve is derived from them. -
iouThreshold
(type:number()
, default:nil
) - Output only. The intersection-over-union threshold value between bounding boxes across frames used to compute this metric entry. -
meanBoundingBoxIou
(type:number()
, default:nil
) - Output only. The mean bounding box iou over all confidence thresholds. -
meanMismatchRate
(type:number()
, default:nil
) - Output only. The mean mismatch rate over all confidence thresholds. -
meanTrackingAveragePrecision
(type:number()
, default:nil
) - Output only. The mean average precision over all confidence thresholds.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V2.Model.XPSTrackMetricsEntry{ confidenceMetricsEntries: [GoogleApi.Language.V2.Model.XPSTrackMetricsEntryConfidenceMetricsEntry.t()] | nil, iouThreshold: number() | nil, meanBoundingBoxIou: number() | nil, meanMismatchRate: number() | nil, meanTrackingAveragePrecision: number() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.