mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* rebase * update process * add TODOs in moved classes * update APIs * modify the preprocess_cfg to data_preprocessor * Fix api docs. Co-authored-by: mzr1996 <mzr1996@163.com>
35 lines
593 B
ReStructuredText
35 lines
593 B
ReStructuredText
.. role:: hidden
|
|
:class: hidden-section
|
|
|
|
mmcls.evaluation
|
|
===================================
|
|
|
|
This package includes metrics and evaluators for classification tasks.
|
|
|
|
.. contents:: mmcls.evaluation
|
|
:depth: 1
|
|
:local:
|
|
:backlinks: top
|
|
|
|
.. currentmodule:: mmcls.evaluation
|
|
|
|
Single Label Metric
|
|
----------------------
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: classtemplate.rst
|
|
|
|
Accuracy
|
|
SingleLabelMetric
|
|
|
|
Multi Label Metric
|
|
----------------------
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
|
|
MultiLabelMetric
|
|
AveragePrecision
|