Interface BoundingBoxEvaluationOptionsOrBuilder (0.157.0)

public interface BoundingBoxEvaluationOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIouThreshold()

public abstract float getIouThreshold()

Minimum intersection-over-union

(IOU) required for 2 bounding boxes to be considered a match. This must be a number between 0 and 1.

float iou_threshold = 1;

Returns
TypeDescription
float

The iouThreshold.