mmclassification/docs/en/api/evaluation.rst
Hubert 629f6447ef
[Feature] Migrate CSRA head to 1.x. (#1177)
* [Feat] add csra to 1x

* minor fix

* add voc metrics

* refine

* add unittest

* minor fix

* add more comments

* Fix docs and metafile.

* Fix docs.

Co-authored-by: mzr1996 <mzr1996@163.com>
2022-11-21 10:39:16 +08:00

37 lines
632 B
ReStructuredText

.. role:: hidden
:class: hidden-section
.. module:: mmcls.evaluation
mmcls.evaluation
===================================
This package includes metrics and evaluators for classification tasks.
.. contents:: mmcls.evaluation
:depth: 1
:local:
:backlinks: top
Single Label Metric
----------------------
.. autosummary::
:toctree: generated
:nosignatures:
:template: classtemplate.rst
Accuracy
SingleLabelMetric
Multi Label Metric
----------------------
.. autosummary::
:toctree: generated
:nosignatures:
AveragePrecision
MultiLabelMetric
VOCAveragePrecision
VOCMultiLabelMetric