Companion
object Companion
Content copied to clipboard
Functions
suppressNonMaxBoxes
Link copied to clipboard
fun suppressNonMaxBoxes(boxes: List<<ERROR CLASS>>, topK: Int = -1, threshold: Float = 0.5f): List<<ERROR CLASS>>
Content copied to clipboard
Performs non-maximum suppression to filter out boxes with the IoU greater than threshold.