The NMSAgent is used to perform Non-Maximum Suppression (NMS) on a set of detections, specifically for bounding boxes.
NMSAgent
NMSAgent(iou_threshold, score_threshold)
NMSAgent(iou_threshold=0.5, score_threshold=0.6)