View Source GoogleApi.Language.V1.Model.XPSVideoObjectTrackingEvaluationMetrics (google_api_language v0.16.1)
Model evaluation metrics for ObjectTracking problems. Next tag: 10.
Attributes
-
boundingBoxMeanAveragePrecision(type:number(), default:nil) - Output only. The single metric for bounding boxes evaluation: the mean_average_precision averaged over all bounding_box_metrics_entries. -
boundingBoxMetricsEntries(type:list(GoogleApi.Language.V1.Model.XPSBoundingBoxMetricsEntry.t), default:nil) - Output only. 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. -
evaluatedBoundingboxCount(type:integer(), default:nil) - The number of bounding boxes used for model evaluation. -
evaluatedFrameCount(type:integer(), default:nil) - The number of video frames used for model evaluation. -
evaluatedTrackCount(type:integer(), default:nil) - The number of tracks used for model evaluation. -
trackMeanAveragePrecision(type:number(), default:nil) - Output only. The single metric for tracks accuracy evaluation: the mean_average_precision averaged over all track_metrics_entries. -
trackMeanBoundingBoxIou(type:number(), default:nil) - Output only. The single metric for tracks bounding box iou evaluation: the mean_bounding_box_iou averaged over all track_metrics_entries. -
trackMeanMismatchRate(type:number(), default:nil) - Output only. The single metric for tracking consistency evaluation: the mean_mismatch_rate averaged over all track_metrics_entries. -
trackMetricsEntries(type:list(GoogleApi.Language.V1.Model.XPSTrackMetricsEntry.t), default:nil) - Output only. The tracks match metrics for each Intersection-over-union threshold 0.05,0.10,...,0.95,0.96,0.97,0.98,0.99.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V1.Model.XPSVideoObjectTrackingEvaluationMetrics{ boundingBoxMeanAveragePrecision: number() | nil, boundingBoxMetricsEntries: [GoogleApi.Language.V1.Model.XPSBoundingBoxMetricsEntry.t()] | nil, evaluatedBoundingboxCount: integer() | nil, evaluatedFrameCount: integer() | nil, evaluatedTrackCount: integer() | nil, trackMeanAveragePrecision: number() | nil, trackMeanBoundingBoxIou: number() | nil, trackMeanMismatchRate: number() | nil, trackMetricsEntries: [GoogleApi.Language.V1.Model.XPSTrackMetricsEntry.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.