2020-07-10 17:06:36 +08:00
|
|
|
Welcome to MMClassification's documentation!
|
2021-07-14 15:06:50 +08:00
|
|
|
============================================
|
2020-07-10 17:06:36 +08:00
|
|
|
|
2021-11-03 10:42:45 +08:00
|
|
|
You can switch between Chinese and English documentation in the lower-left corner of the layout.
|
2021-05-29 10:00:37 +08:00
|
|
|
|
|
|
|
您可以在页面左下角切换中英文文档。
|
|
|
|
|
2020-07-10 17:06:36 +08:00
|
|
|
.. toctree::
|
2021-09-23 22:21:03 +08:00
|
|
|
:maxdepth: 1
|
2020-12-28 19:47:06 +08:00
|
|
|
:caption: Get Started
|
2020-07-10 17:06:36 +08:00
|
|
|
|
2022-08-24 16:00:36 +08:00
|
|
|
get_started.md
|
2020-12-28 19:47:06 +08:00
|
|
|
|
|
|
|
.. toctree::
|
2021-09-23 22:21:03 +08:00
|
|
|
:maxdepth: 1
|
2022-08-24 16:00:36 +08:00
|
|
|
:caption: User Guides
|
|
|
|
|
|
|
|
user_guides/inference.md
|
|
|
|
user_guides/dataset_prepare.md
|
|
|
|
user_guides/train_test.md
|
|
|
|
user_guides/config.md
|
|
|
|
user_guides/finetune.md
|
|
|
|
user_guides/analysis.md
|
|
|
|
user_guides/visualization.md
|
|
|
|
user_guides/useful_tools.md
|
2020-12-28 19:47:06 +08:00
|
|
|
|
2022-08-24 16:00:36 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:caption: Advanced Guides
|
2020-07-10 17:06:36 +08:00
|
|
|
|
2022-08-24 16:00:36 +08:00
|
|
|
advanced_guides/datasets.md
|
|
|
|
advanced_guides/pipeline.md
|
|
|
|
advanced_guides/modules.md
|
|
|
|
advanced_guides/schedule.md
|
|
|
|
advanced_guides/hook.md
|
|
|
|
advanced_guides/evaluation.md
|
|
|
|
advanced_guides/data_flow.md
|
2022-08-29 11:10:05 +08:00
|
|
|
advanced_guides/convention.md
|
2020-07-10 17:06:36 +08:00
|
|
|
|
2022-01-26 18:26:01 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:caption: Model zoo
|
|
|
|
:glob:
|
|
|
|
|
|
|
|
modelzoo_statistics.md
|
|
|
|
papers/*
|
2021-10-14 15:26:47 +08:00
|
|
|
|
2021-09-28 18:05:50 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2022-08-24 16:00:36 +08:00
|
|
|
:caption: Migration
|
2021-09-28 18:05:50 +08:00
|
|
|
|
2022-08-24 16:00:36 +08:00
|
|
|
migration.md
|
2021-09-28 18:05:50 +08:00
|
|
|
|
2021-07-14 15:06:50 +08:00
|
|
|
.. toctree::
|
2022-04-15 20:19:20 +08:00
|
|
|
:maxdepth: 1
|
2021-07-14 15:06:50 +08:00
|
|
|
:caption: API Reference
|
|
|
|
|
2022-04-15 20:19:20 +08:00
|
|
|
mmcls.apis <api/apis>
|
2022-07-13 17:04:41 +08:00
|
|
|
mmcls.engine <api/engine>
|
2022-04-15 20:19:20 +08:00
|
|
|
mmcls.datasets <api/datasets>
|
2022-08-24 16:00:36 +08:00
|
|
|
Data Process <api/data_process>
|
|
|
|
mmcls.models <api/models>
|
|
|
|
mmcls.structures <api/structures>
|
|
|
|
mmcls.visualization <api/visualization>
|
|
|
|
mmcls.evaluation <api/evaluation>
|
2022-04-15 20:19:20 +08:00
|
|
|
mmcls.utils <api/utils>
|
2021-07-14 15:06:50 +08:00
|
|
|
|
2022-01-26 18:26:01 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2022-06-01 18:31:57 +08:00
|
|
|
:caption: Notes
|
2022-01-26 18:26:01 +08:00
|
|
|
|
2022-08-24 16:00:36 +08:00
|
|
|
notes/contribution_guide.md
|
|
|
|
notes/projects.md
|
|
|
|
notes/changelog.md
|
|
|
|
notes/faq.md
|
2022-01-26 18:26:01 +08:00
|
|
|
|
2021-05-29 10:00:37 +08:00
|
|
|
.. toctree::
|
2022-08-24 16:00:36 +08:00
|
|
|
:caption: Switch Language
|
2021-05-29 10:00:37 +08:00
|
|
|
|
2022-08-24 16:00:36 +08:00
|
|
|
English <https://mmclassification.readthedocs.io/en/1.x/>
|
|
|
|
简体中文 <https://mmclassification.readthedocs.io/zh_CN/1.x/>
|
2021-05-29 10:00:37 +08:00
|
|
|
|
2020-12-28 19:47:06 +08:00
|
|
|
|
2020-07-10 17:06:36 +08:00
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`search`
|