nmsSelections = tf.image.nonMaxSuppressionWithScoreAsync(
detections[1].squeeze(),
detectionsTopClass.values.squeeze(),
detectionConstraintsNms.maxBoxes,
detectionConstraintsNms.iouThreshold,
detectionConstraintsNms.confidenceThreshold,
detectionConstraintsNms.softNMS
)