Class: Google::Cloud::DataLabeling::V1beta1::BoundingBoxEvaluationOptions

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb

Overview

Options regarding evaluation between bounding boxes.

Instance Attribute Summary collapse

Instance Attribute Details

#iou_threshold::Float

Returns 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.



84
85
86
87
# File 'proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb', line 84

class BoundingBoxEvaluationOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end