46 lines
752 B
ReStructuredText
46 lines
752 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:
|
|
|
|
Accuracy
|
|
SingleLabelMetric
|
|
|
|
Multi Label Metric
|
|
----------------------
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
|
|
AveragePrecision
|
|
MultiLabelMetric
|
|
VOCAveragePrecision
|
|
VOCMultiLabelMetric
|
|
|
|
Retrieval Metric
|
|
----------------------
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: classtemplate.rst
|
|
|
|
RetrievalRecall
|