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

Method evaluate

mmdet/datasets/coco_panoptic.py:568–638  ·  view source on GitHub ↗

Evaluation in COCO Panoptic protocol. Args: results (list[dict]): Testing results of the dataset. metric (str | list[str]): Metrics to be evaluated. 'PQ', 'bbox', 'segm', 'proposal' are supported. 'pq' will be regarded as 'PQ. logger (logg

(self,
                 results,
                 metric='PQ',
                 logger=None,
                 jsonfile_prefix=None,
                 classwise=False,
                 nproc=32,
                 **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

test_panoptic_evaluationFunction · 0.95

Calls 5

evaluate_pan_jsonMethod · 0.95
get_cat_idsMethod · 0.95
COCOClass · 0.85
format_resultsMethod · 0.45
evaluate_det_segmMethod · 0.45

Tested by 2

test_panoptic_evaluationFunction · 0.76