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

Method evaluate

mmdet/datasets/ssgd.py:559–616  ·  view source on GitHub ↗

Evaluation in COCO protocol. Args: results (list[list | tuple]): Testing results of the dataset. metric (str | list[str]): Metrics to be evaluated. Options are 'bbox', 'segm', 'proposal', 'proposal_fast'. logger (logging.Logger | str | Non

(self,
                 results,
                 metric='bbox',
                 logger=None,
                 jsonfile_prefix=None,
                 classwise=False,
                 proposal_nums=(100, 300, 1000),
                 iou_thrs=None,
                 metric_items=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

evaluate_det_segmMethod · 0.45

Calls 3

format_resultsMethod · 0.95
evaluate_det_segmMethod · 0.95
get_cat_idsMethod · 0.45

Tested by

no test coverage detected