apis.rst 827 Bytes
Newer Older
limm's avatar
limm committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.. role:: hidden
    :class: hidden-section

.. module:: mmpretrain.apis

mmpretrain.apis
===================================

These are some high-level APIs for classification tasks.

.. contents:: mmpretrain.apis
   :depth: 2
   :local:
   :backlinks: top

Model
------------------

.. autosummary::
   :toctree: generated
   :nosignatures:

   list_models
   get_model

Inference
------------------

.. autosummary::
   :toctree: generated
   :nosignatures:
   :template: callable.rst

   ImageClassificationInferencer
   ImageRetrievalInferencer
   ImageCaptionInferencer
   VisualQuestionAnsweringInferencer
   VisualGroundingInferencer
   TextToImageRetrievalInferencer
   ImageToTextRetrievalInferencer
   NLVRInferencer
   FeatureExtractor

.. autosummary::
   :toctree: generated
   :nosignatures:

   inference_model