Compute the recall at the given IoU threshold. It's an indication of how many GT boxes were found by the given prediction boxes. pred_boxes: [N, (y1, x1, y2, x2)] in image coordinates gt_boxes: [N, (y1, x1, y2, x2)] in image coordinates
(pred_boxes, gt_boxes, iou)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected