42 lines
600 B
ReStructuredText
42 lines
600 B
ReStructuredText
.. role:: hidden
|
|
:class: hidden-section
|
|
|
|
.. module:: mmcls.apis
|
|
|
|
mmcls.apis
|
|
===================================
|
|
|
|
These are some high-level APIs for classification tasks.
|
|
|
|
.. contents:: mmcls.apis
|
|
:depth: 2
|
|
:local:
|
|
:backlinks: top
|
|
|
|
Model
|
|
------------------
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
|
|
list_models
|
|
get_model
|
|
init_model
|
|
|
|
Inference
|
|
------------------
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: callable.rst
|
|
|
|
ImageClassificationInferencer
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
|
|
inference_model
|