mmengine.evaluator.get_metric_value¶ mmengine.evaluator.get_metric_value(indicator, metrics)[源代码]¶ Get the metric value specified by an indicator, which can be either a metric name or a full name with evaluator prefix. 参数: indicator (str) – The metric indicator, which can be the metric name (e.g. ‘AP’) or the full name with prefix (e.g. ‘COCO/AP’) metrics (dict) – The evaluation results output by the evaluator 返回: The specified metric value 返回类型: Any