AI Platform Data Labeling Service V1beta1 API - Class Google::Cloud::DataLabeling::V1beta1::BoundingBoxEvaluationOptions (v0.7.2)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.