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

Method evaluate

mmdet/datasets/custom.py:310–367  ·  view source on GitHub ↗

Evaluate the dataset. Args: results (list): Testing results of the dataset. metric (str | list[str]): Metrics to be evaluated. logger (logging.Logger | None | str): Logger used for printing related information during evaluation. Default: N

(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 1

test_dataset_evaluationFunction · 0.95

Calls 3

get_ann_infoMethod · 0.95
eval_mapFunction · 0.90
eval_recallsFunction · 0.90

Tested by 1

test_dataset_evaluationFunction · 0.76