Apply NMS to avoid detecting too many overlapping bounding boxes. Args: dets: shape [N, 5], [score, x1, y1, x2, y2] match_metric: 'iou' or 'ios' match_threshold: overlap thresh for match metric.
(dets, match_threshold=0.6, match_metric='iou')
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected