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

Method evaluate_det_segm

mmdet/datasets/ssgd.py:353–557  ·  view source on GitHub ↗

Instance segmentation and object detection evaluation in COCO protocol. Args: results (list[list | tuple | dict]): Testing results of the dataset. result_files (dict[str, str]): a dict contains json file path. coco_gt (COCO): COCO

(self,
                          results,
                          result_files,
                          coco_gt,
                          metrics,
                          logger=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 2

evaluateMethod · 0.95
evaluateMethod · 0.45

Calls 3

fast_eval_recallMethod · 0.95
popMethod · 0.80
evaluateMethod · 0.45

Tested by

no test coverage detected