File size: 1,860 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 |
欢迎来到 MMAction2 中文教程!
=====================================
You can switch between Chinese and English documents in the lower-left corner of the layout.
.. toctree::
:maxdepth: 1
:caption: 新手入门
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/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/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: 模型支持
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: 数据集支持
:glob:
datasetzoo_statistics.md
dataset_zoo/*
.. toctree::
:maxdepth: 1
:caption: 相关项目
projectzoo.md
.. toctree::
:maxdepth: 1
:caption: MMAction2 0.x 迁移指南
migration.md
.. toctree::
:maxdepth: 1
:caption: API 参考文档
api.rst
.. toctree::
:maxdepth: 1
:caption: 其他说明
notes/ecosystem.md
.. toctree::
:caption: 切换语言
switch_language.md
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`
|