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

Method evaluate

mmdet/datasets/cityscapes.py:211–276  ·  view source on GitHub ↗

Evaluation in Cityscapes/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

(self,
                 results,
                 metric='bbox',
                 logger=None,
                 outfile_prefix=None,
                 classwise=False,
                 proposal_nums=(100, 300, 1000),
                 iou_thrs=np.arange(0.5, 0.96, 0.05))

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

_evaluate_cityscapesMethod · 0.95
load_annotationsMethod · 0.95
evaluateMethod · 0.95
CocoDatasetClass · 0.85

Tested by

no test coverage detected