mmcls.evaluation¶
该包中包含了用于分类任务的一系列评测指标及评测器。
mmcls.evaluation
Single Label Metric¶
Accuracy evaluation metric. |
|
A collection of precision, recall, f1-score and support for single-label tasks. |
Multi Label Metric¶
Calculate the average precision with respect of classes. |
|
A collection of precision, recall, f1-score and support for multi-label tasks. |
|
Calculate the average precision with respect of classes for VOC dataset. |
|
A collection of metrics for multi-label multi-class classification task based on confusion matrix for VOC dataset. |