Contents

minimumIOUForObjectPresence

The positive intersection over union (IOU).

Declaration

var minimumIOUForObjectPresence: Float { get set }

Discussion

If the prediction IOU with groundTruth is higher than this value, consider this is a confident object presence.

The default value is 0.7.

See Also

Inspecting YOLO Loss Descriptors