|
a |
|
b/docs/index.rst |
|
|
1 |
Welcome to MMAction2's documentation! |
|
|
2 |
===================================== |
|
|
3 |
|
|
|
4 |
You can switch between Chinese and English documents in the lower-left corner of the layout. |
|
|
5 |
|
|
|
6 |
您可以在页面左下角切换文档语言。 |
|
|
7 |
|
|
|
8 |
.. toctree:: |
|
|
9 |
:maxdepth: 2 |
|
|
10 |
|
|
|
11 |
install.md |
|
|
12 |
getting_started.md |
|
|
13 |
demo.md |
|
|
14 |
benchmark.md |
|
|
15 |
|
|
|
16 |
.. toctree:: |
|
|
17 |
:maxdepth: 2 |
|
|
18 |
:caption: Datasets |
|
|
19 |
|
|
|
20 |
datasets.md |
|
|
21 |
data_preparation.md |
|
|
22 |
supported_datasets.md |
|
|
23 |
|
|
|
24 |
.. toctree:: |
|
|
25 |
:maxdepth: 2 |
|
|
26 |
:caption: Model Zoo |
|
|
27 |
|
|
|
28 |
modelzoo.md |
|
|
29 |
recognition_models.md |
|
|
30 |
localization_models.md |
|
|
31 |
detection_models.md |
|
|
32 |
skeleton_models.md |
|
|
33 |
|
|
|
34 |
.. toctree:: |
|
|
35 |
:maxdepth: 2 |
|
|
36 |
:caption: Tutorials |
|
|
37 |
|
|
|
38 |
tutorials/1_config.md |
|
|
39 |
tutorials/2_finetune.md |
|
|
40 |
tutorials/3_new_dataset.md |
|
|
41 |
tutorials/4_data_pipeline.md |
|
|
42 |
tutorials/5_new_modules.md |
|
|
43 |
tutorials/6_export_model.md |
|
|
44 |
tutorials/7_customize_runtime.md |
|
|
45 |
|
|
|
46 |
.. toctree:: |
|
|
47 |
:maxdepth: 2 |
|
|
48 |
:caption: Useful Tools and Scripts |
|
|
49 |
|
|
|
50 |
useful_tools.md |
|
|
51 |
|
|
|
52 |
.. toctree:: |
|
|
53 |
:maxdepth: 2 |
|
|
54 |
:caption: Notes |
|
|
55 |
|
|
|
56 |
changelog.md |
|
|
57 |
faq.md |
|
|
58 |
|
|
|
59 |
.. toctree:: |
|
|
60 |
:caption: API Reference |
|
|
61 |
|
|
|
62 |
api.rst |
|
|
63 |
|
|
|
64 |
.. toctree:: |
|
|
65 |
:caption: Switch Language |
|
|
66 |
|
|
|
67 |
switch_language.md |
|
|
68 |
|
|
|
69 |
|
|
|
70 |
|
|
|
71 |
Indices and tables |
|
|
72 |
================== |
|
|
73 |
|
|
|
74 |
* :ref:`genindex` |
|
|
75 |
* :ref:`search` |