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

Method evaluate

mmdet/datasets/voc.py:34–112  ·  view source on GitHub ↗

Evaluate in VOC protocol. Args: results (list[list | tuple]): Testing results of the dataset. metric (str | list[str]): Metrics to be evaluated. Options are 'mAP', 'recall'. logger (logging.Logger | str, optional): Logger used for printing

(self,
                 results,
                 metric='mAP',
                 logger=None,
                 proposal_nums=(100, 300, 1000),
                 iou_thr=0.5,
                 scale_ranges=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

_get_eval_resultsMethod · 0.45
_do_evaluateMethod · 0.45
_do_evaluateMethod · 0.45

Calls 3

eval_mapFunction · 0.90
eval_recallsFunction · 0.90
get_ann_infoMethod · 0.45

Tested by

no test coverage detected