nms

fun nms(boxes: Array<FloatArray>, scores: Array<Float>, nmsThreshold: Float, nmsTopK: Int, confThreshold: Float = 0.6f): Pair<IntArray, Int>