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

Method evaluate

mmdet/datasets/openimages.py:615–723  ·  view source on GitHub ↗

Evaluate in OpenImages. Args: results (list[list | tuple]): Testing results of the dataset. metric (str | list[str]): Metrics to be evaluated. Option is 'mAP'. Default: 'mAP'. logger (logging.Logger | str, optional): Logger used for print

(self,
                 results,
                 metric='mAP',
                 logger=None,
                 iou_thr=0.5,
                 ioa_thr=0.5,
                 scale_ranges=None,
                 denorm_gt_bbox=True,
                 use_group_of=True)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

test_openimages_datasetFunction · 0.95

Calls 8

get_ann_infoMethod · 0.95
get_image_level_annMethod · 0.95
get_meta_from_fileMethod · 0.95
get_img_shapeMethod · 0.95
denormalize_gt_bboxesMethod · 0.95
add_supercategory_annMethod · 0.95
process_resultsMethod · 0.95
eval_mapFunction · 0.90

Tested by 1

test_openimages_datasetFunction · 0.76