MCPcopy Create free account
hub / github.com/VincentHancoder/SSGD / eval_recalls

Function eval_recalls

mmdet/core/evaluation/recall.py:65–114  ·  view source on GitHub ↗

Calculate recalls. Args: gts (list[ndarray]): a list of arrays of shape (n, 4) proposals (list[ndarray]): a list of arrays of shape (k, 4) or (k, 5) proposal_nums (int | Sequence[int]): Top N proposals to be evaluated. iou_thrs (float | Sequence[float]): IoU thre

(gts,
                 proposals,
                 proposal_nums=None,
                 iou_thrs=0.5,
                 logger=None,
                 use_legacy_coordinate=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

evaluateMethod · 0.90
evaluateMethod · 0.90
fast_eval_recallMethod · 0.90
fast_eval_recallMethod · 0.90
test_eval_recallsFunction · 0.90

Calls 4

bbox_overlapsFunction · 0.90
set_recall_paramFunction · 0.85
_recallsFunction · 0.85
print_recall_summaryFunction · 0.85

Tested by 1

test_eval_recallsFunction · 0.72