Interface BoundingBoxEvaluationOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      float getIouThreshold()
      Minimum [intersection-over-union (IOU)](/vision/automl/object-detection/docs/evaluate#intersection-over-union) required for 2 bounding boxes to be considered a match.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getIouThreshold

        float getIouThreshold()
         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 iou_threshold = 1;
        Returns:
        The iouThreshold.