mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
[Doc] MMSeg 1.x Documentation (#1924)
* [Doc] MMSeg 1.x Documentation * revise index
This commit is contained in:
parent
03405dcbb6
commit
45b63c584f
1
docs/en/advanced_guides/data_flow.md
Normal file
1
docs/en/advanced_guides/data_flow.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Data Flow
|
1
docs/en/advanced_guides/datasets.md
Normal file
1
docs/en/advanced_guides/datasets.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Datasets
|
1
docs/en/advanced_guides/engine.md
Normal file
1
docs/en/advanced_guides/engine.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Engine
|
1
docs/en/advanced_guides/evaluation.md
Normal file
1
docs/en/advanced_guides/evaluation.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Evaluation
|
26
docs/en/advanced_guides/index.rst
Normal file
26
docs/en/advanced_guides/index.rst
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
Basic Concepts
|
||||||
|
***************
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
data_flow.md
|
||||||
|
structures.md
|
||||||
|
models.md
|
||||||
|
datasets.md
|
||||||
|
transforms.md
|
||||||
|
evaluation.md
|
||||||
|
engine.md
|
||||||
|
training_tricks.md
|
||||||
|
|
||||||
|
Component Customization
|
||||||
|
************************
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
add_modules.md
|
||||||
|
add_datasets.md
|
||||||
|
add_transforms.md
|
||||||
|
add_metrics.md
|
||||||
|
customize_runtime.md
|
1
docs/en/advanced_guides/models.md
Normal file
1
docs/en/advanced_guides/models.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Models
|
1
docs/en/advanced_guides/structures.md
Normal file
1
docs/en/advanced_guides/structures.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Structures
|
@ -1,17 +1,34 @@
|
|||||||
Welcome to MMSegmentation's documentation!
|
Welcome to MMSegmentation's documentation!
|
||||||
=======================================
|
===========================================
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 1
|
||||||
:caption: Get Started
|
:caption: Get Started
|
||||||
|
|
||||||
get_started.md
|
get_started.md
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 2
|
||||||
:caption: Dataset Preparation
|
:caption: User Guides
|
||||||
|
|
||||||
dataset_prepare.md
|
user_guides/index.rst
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
:caption: Advanced Guides
|
||||||
|
|
||||||
|
advanced_guides/index.rst
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
:caption: Migration
|
||||||
|
|
||||||
|
migration.md
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:caption: API Reference
|
||||||
|
|
||||||
|
api.rst
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
@ -21,26 +38,7 @@ Welcome to MMSegmentation's documentation!
|
|||||||
modelzoo_statistics.md
|
modelzoo_statistics.md
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 1
|
||||||
:caption: Quick Run
|
|
||||||
|
|
||||||
train.md
|
|
||||||
inference.md
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 2
|
|
||||||
:caption: Tutorials
|
|
||||||
|
|
||||||
tutorials/index.rst
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 2
|
|
||||||
:caption: Useful Tools and Scripts
|
|
||||||
|
|
||||||
useful_tools.md
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 2
|
|
||||||
:caption: Notes
|
:caption: Notes
|
||||||
|
|
||||||
changelog.md
|
changelog.md
|
||||||
@ -51,10 +49,7 @@ Welcome to MMSegmentation's documentation!
|
|||||||
|
|
||||||
switch_language.md
|
switch_language.md
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:caption: API Reference
|
|
||||||
|
|
||||||
api.rst
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
1
docs/en/migration.md
Normal file
1
docs/en/migration.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Migration from MMSegmentation 0.x
|
@ -1,9 +0,0 @@
|
|||||||
.. toctree::
|
|
||||||
:maxdepth: 2
|
|
||||||
|
|
||||||
config.md
|
|
||||||
customize_datasets.md
|
|
||||||
data_pipeline.md
|
|
||||||
customize_models.md
|
|
||||||
training_tricks.md
|
|
||||||
customize_runtime.md
|
|
19
docs/en/user_guides/index.rst
Normal file
19
docs/en/user_guides/index.rst
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
Train & Test
|
||||||
|
**************
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
1_config.md
|
||||||
|
2_dataset_prepare.md
|
||||||
|
3_inference.md
|
||||||
|
4_train_test.md
|
||||||
|
|
||||||
|
Useful Tools
|
||||||
|
*************
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
useful_tools.md
|
||||||
|
visualization.md
|
1
docs/en/user_guides/visualization.md
Normal file
1
docs/en/user_guides/visualization.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Visualization
|
@ -1,6 +1,6 @@
|
|||||||
docutils==0.16.0
|
docutils==0.16.0
|
||||||
myst-parser
|
myst-parser
|
||||||
-e git+https://github.com/gaotongxiao/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
|
-e git+https://github.com/open-mmlab/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
|
||||||
sphinx==4.0.2
|
sphinx==4.0.2
|
||||||
sphinx_copybutton
|
sphinx_copybutton
|
||||||
sphinx_markdown_tables
|
sphinx_markdown_tables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user