mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* [Feature] Add ImageClassificationInferencer. * Update inferencer implementation and add unit tests. * Update documentations. * Update pre-commit hook * Update docs
36 lines
600 B
ReStructuredText
36 lines
600 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
|