Show / Hide Table of Contents

Class XPSVideoObjectTrackingEvaluationMetrics

Model evaluation metrics for ObjectTracking problems. Next tag: 10.

Inheritance
object
XPSVideoObjectTrackingEvaluationMetrics
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSVideoObjectTrackingEvaluationMetrics : IDirectResponseSchema

Properties

BoundingBoxMeanAveragePrecision

Output only. The single metric for bounding boxes evaluation: the mean_average_precision averaged over all bounding_box_metrics_entries.

Declaration
[JsonProperty("boundingBoxMeanAveragePrecision")]
public virtual float? BoundingBoxMeanAveragePrecision { get; set; }
Property Value
Type Description
float?

BoundingBoxMetricsEntries

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.

Declaration
[JsonProperty("boundingBoxMetricsEntries")]
public virtual IList<XPSBoundingBoxMetricsEntry> BoundingBoxMetricsEntries { get; set; }
Property Value
Type Description
IList<XPSBoundingBoxMetricsEntry>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EvaluatedBoundingboxCount

The number of bounding boxes used for model evaluation.

Declaration
[JsonProperty("evaluatedBoundingboxCount")]
public virtual int? EvaluatedBoundingboxCount { get; set; }
Property Value
Type Description
int?

EvaluatedFrameCount

The number of video frames used for model evaluation.

Declaration
[JsonProperty("evaluatedFrameCount")]
public virtual int? EvaluatedFrameCount { get; set; }
Property Value
Type Description
int?

EvaluatedTrackCount

The number of tracks used for model evaluation.

Declaration
[JsonProperty("evaluatedTrackCount")]
public virtual int? EvaluatedTrackCount { get; set; }
Property Value
Type Description
int?

TrackMeanAveragePrecision

Output only. The single metric for tracks accuracy evaluation: the mean_average_precision averaged over all track_metrics_entries.

Declaration
[JsonProperty("trackMeanAveragePrecision")]
public virtual float? TrackMeanAveragePrecision { get; set; }
Property Value
Type Description
float?

TrackMeanBoundingBoxIou

Output only. The single metric for tracks bounding box iou evaluation: the mean_bounding_box_iou averaged over all track_metrics_entries.

Declaration
[JsonProperty("trackMeanBoundingBoxIou")]
public virtual float? TrackMeanBoundingBoxIou { get; set; }
Property Value
Type Description
float?

TrackMeanMismatchRate

Output only. The single metric for tracking consistency evaluation: the mean_mismatch_rate averaged over all track_metrics_entries.

Declaration
[JsonProperty("trackMeanMismatchRate")]
public virtual float? TrackMeanMismatchRate { get; set; }
Property Value
Type Description
float?

TrackMetricsEntries

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.

Declaration
[JsonProperty("trackMetricsEntries")]
public virtual IList<XPSTrackMetricsEntry> TrackMetricsEntries { get; set; }
Property Value
Type Description
IList<XPSTrackMetricsEntry>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX