2022-08-29 15:35:10 +08:00
|
|
|
.. role:: hidden
|
|
|
|
:class: hidden-section
|
|
|
|
|
2023-03-02 13:29:07 +08:00
|
|
|
.. module:: mmpretrain.evaluation
|
2022-08-30 18:45:58 +08:00
|
|
|
|
2023-03-02 13:29:07 +08:00
|
|
|
mmpretrain.evaluation
|
2022-08-29 15:35:10 +08:00
|
|
|
===================================
|
|
|
|
|
|
|
|
This package includes metrics and evaluators for classification tasks.
|
|
|
|
|
2023-03-02 13:29:07 +08:00
|
|
|
.. contents:: mmpretrain.evaluation
|
2022-08-29 15:35:10 +08:00
|
|
|
:depth: 1
|
|
|
|
:local:
|
|
|
|
:backlinks: top
|
|
|
|
|
|
|
|
Single Label Metric
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
.. autosummary::
|
|
|
|
:toctree: generated
|
|
|
|
:nosignatures:
|
|
|
|
|
|
|
|
Accuracy
|
|
|
|
SingleLabelMetric
|
2023-02-14 12:58:11 +08:00
|
|
|
ConfusionMatrix
|
2022-08-29 15:35:10 +08:00
|
|
|
|
|
|
|
Multi Label Metric
|
|
|
|
----------------------
|
|
|
|
.. autosummary::
|
|
|
|
:toctree: generated
|
|
|
|
:nosignatures:
|
|
|
|
|
|
|
|
AveragePrecision
|
2022-11-21 10:39:16 +08:00
|
|
|
MultiLabelMetric
|
|
|
|
VOCAveragePrecision
|
|
|
|
VOCMultiLabelMetric
|
2023-02-14 12:46:21 +08:00
|
|
|
|
|
|
|
Retrieval Metric
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
.. autosummary::
|
|
|
|
:toctree: generated
|
|
|
|
:nosignatures:
|
|
|
|
:template: classtemplate.rst
|
|
|
|
|
|
|
|
RetrievalRecall
|
2023-05-26 10:40:08 +08:00
|
|
|
RetrievalAveragePrecision
|