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

Function print_map_summary

mmdet/core/evaluation/mean_ap.py:717–782  ·  view source on GitHub ↗

Print mAP and results of each class. A table will be printed to show the gts/dets/recall/AP of each class and the mAP. Args: mean_ap (float): Calculated from `eval_map()`. results (list[dict]): Calculated from `eval_map()`. dataset (list[str] | str | None): Data

(mean_ap,
                      results,
                      dataset=None,
                      scale_ranges=None,
                      logger=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

eval_mapFunction · 0.85

Calls 1

get_classesFunction · 0.85

Tested by

no test coverage detected