MCPcopy Create free account
hub / github.com/BertaBescos/DynaSLAM / compute_recall

Function compute_recall

src/python/utils.py:629–644  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

compute_overlapsFunction · 0.85

Tested by

no test coverage detected