File size: 1,848 Bytes
d3dbf03
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Welcome to MMAction2's documentation!
=====================================

You can switch between Chinese and English documents in the lower-left corner of the layout.

.. toctree::
   :maxdepth: 1
   :caption: Get Started

   get_started/overview.md
   get_started/installation.md
   get_started/quick_run.md
   get_started/guide_to_framework.md
   get_started/contribution_guide.md
   get_started/faq.md

.. toctree::
   :maxdepth: 1
   :caption: User Guides

   user_guides/inference.md
   user_guides/config.md
   user_guides/train_test.md
   user_guides/prepare_dataset.md
   user_guides/finetune.md

.. toctree::
   :maxdepth: 1
   :caption: Advanced Guides

   advanced_guides/dataflow.md
   advanced_guides/customize_models.md
   advanced_guides/customize_dataset.md
   advanced_guides/customize_pipeline.md
   advanced_guides/customize_optimizer.md
   advanced_guides/customize_logging.md
   advanced_guides/deploy.md
   useful_tools.md

.. toctree::
   :maxdepth: 1
   :caption: Model Zoo

   modelzoo_statistics.md
   model_zoo/recognition.md
   model_zoo/recognition_audio.md
   model_zoo/skeleton.md
   model_zoo/detection.md
   model_zoo/retrieval.md
   model_zoo/localization.md

.. toctree::
   :maxdepth: 1
   :caption: Dataset Zoo
   :glob:

   datasetzoo_statistics.md
   dataset_zoo/*

.. toctree::
   :maxdepth: 1
   :caption: Projects

   projectzoo.md

.. toctree::
   :maxdepth: 1
   :caption: Migration

   migration.md

.. toctree::
   :maxdepth: 1
   :caption: API Reference

   api.rst

.. toctree::
   :maxdepth: 1
   :caption: Notes

   notes/ecosystem.md
   notes/changelog.md

.. toctree::
   :caption: Switch Language

   switch_language.md



Indices and tables
==================

* :ref:`genindex`
* :ref:`search`