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

Function average_precision

mmdet/core/evaluation/mean_ap.py:13–57  ·  view source on GitHub ↗

Calculate average precision (for single or multiple scales). Args: recalls (ndarray): shape (num_scales, num_dets) or (num_dets, ) precisions (ndarray): shape (num_scales, num_dets) or (num_dets, ) mode (str): 'area' or '11points', 'area' means calculating the area

(recalls, precisions, mode='area')

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

eval_mapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected