Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::BoundingBoxEvaluationOptions.
Options regarding evaluation between bounding boxes.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#iou_threshold
def iou_threshold() -> ::Float
-
(::Float) — 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.
#iou_threshold=
def iou_threshold=(value) -> ::Float
-
value (::Float) — 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.
-
(::Float) — 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.