Given a set of boxes, returns the average of all clusters of boxes that are highly overlapping. A high overlap is characterized by the iou_threshold Boxes are expected as [top_left_x, top_left_y, width, height]
(orig_boxes, iou_threshold=0.7)
source not stored for this graph (policy: none)
no test coverage detected