public sealed class BoundingBoxEvaluationOptions : IMessage<BoundingBoxEvaluationOptions>, IEquatable<BoundingBoxEvaluationOptions>, IDeepCloneable<BoundingBoxEvaluationOptions>, IBufferMessage, IMessage
Options regarding evaluation between bounding boxes.
Implements
IMessage<BoundingBoxEvaluationOptions>, IEquatable<BoundingBoxEvaluationOptions>, IDeepCloneable<BoundingBoxEvaluationOptions>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
BoundingBoxEvaluationOptions()
public BoundingBoxEvaluationOptions()
BoundingBoxEvaluationOptions(BoundingBoxEvaluationOptions)
public BoundingBoxEvaluationOptions(BoundingBoxEvaluationOptions other)
Parameter | |
---|---|
Name | Description |
other | BoundingBoxEvaluationOptions |
Properties
IouThreshold
public float IouThreshold { get; set; }
Minimum [intersection-over-union
(IOU)](/vision/automl/object-detection/docs/evaluate#intersection-over-union) required for 2 bounding boxes to be considered a match. This must be a number between 0 and 1.
Property Value | |
---|---|
Type | Description |
Single |