mmdeploy/docs/en/index.rst
VVsssssk 15bdafed1f
[Docs]Add a support model list. (#333)
* add docs about support model

* fix docs

* fix support list

* fix docs

* fix format

* fix how to convert model

* fix en and cn docs about convert model

* fix bash

* fix docs format

* fix readme

* fix benchmark

* fix cn docs link

* rename support models

* rename

* fix docs

* fix cn benchmark

* fix benchmark
2021-12-24 17:20:06 +08:00

77 lines
1.4 KiB
ReStructuredText

Welcome to MMDeploy's documentation!
====================================
You can switch between Chinese and English documents in the lower-left corner of the layout.
.. toctree::
:maxdepth: 1
:caption: Get Started
build.md
supported_models.md
get_started.md
.. toctree::
:maxdepth: 1
:caption: Tutorials
tutorials/how_to_convert_model.md
tutorials/how_to_write_config.md
tutorials/how_to_evaluate_a_model.md
tutorials/how_to_measure_performance_of_models.md
tutorials/how_to_support_new_models.md
tutorials/how_to_support_new_backends.md
tutorials/how_to_add_test_units_for_backend_ops.md
tutorials/how_to_test_rewritten_models.md
.. toctree::
:maxdepth: 1
:caption: OpenMMLab Support
codebases/mmcls.md
codebases/mmdet.md
codebases/mmseg.md
codebases/mmedit.md
codebases/mmocr.md
.. toctree::
:maxdepth: 1
:caption: Backend Support
backends/onnxruntime.md
backends/tensorrt.md
backends/ncnn.md
backends/pplnn.md
.. toctree::
:maxdepth: 1
:caption: Custom Ops
ops/onnxruntime.md
ops/tensorrt.md
ops/ncnn.md
.. toctree::
:maxdepth: 1
:caption: Benchmark
benchmark.md
.. toctree::
:maxdepth: 1
:caption: FAQ
faq.md
.. toctree::
:maxdepth: 1
:caption: API Reference
api.rst
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`