mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* feat(tools): add build ubuntu x64 ncnn * ci(tools): add ncnn auto install * fix(ci): auto install ncnn * fix(tools): no interactive * docs(build): add script build * CI(ncnn): script install ncnn * docs(zh_cn): fix error os * fix * CI(tools/script): test ort install passed * update * CI(tools): support pplnn * CI(build): add pplnn * docs(tools): update * fix * CI(tools): script install torchscript * docs(build): add torchscript * fix(tools): clean code and doc * update * fix(CI): requirements install failed * debug CI * update * update * update * feat(tools/script): support user specify make jobs * fix(tools/script): fix build pplnn with cuda * fix(tools/script): torchscript add tips and simplify install mmcv * fix(tools/script): check nvcc version first * fix(tools/scripts): pplnn checkout * fix(CI): add simple check install succcess * fix * debug CI * fix * fix(CI): pplnn install mis wheel * fix(CI): build error * fix(CI): remove misleading message
119 lines
2.4 KiB
ReStructuredText
119 lines
2.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: 2
|
|
:caption: Get Started
|
|
|
|
get_started.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Build
|
|
|
|
01-how-to-build/build_from_source.md
|
|
01-how-to-build/build_from_docker.md
|
|
01-how-to-build/build_from_script.md
|
|
01-how-to-build/cmake_option.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Run & Test
|
|
|
|
02-how-to-run/convert_model.md
|
|
02-how-to-run/write_config.md
|
|
02-how-to-run/profile_model.md
|
|
02-how-to-run/quantize_model.md
|
|
02-how-to-run/useful_tools.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Benchmark
|
|
|
|
03-benchmark/supported_models.md
|
|
03-benchmark/benchmark.md
|
|
03-benchmark/benchmark_edge.md
|
|
03-benchmark/quantization.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: OpenMMLab Codebase Support
|
|
|
|
04-supported-codebases/mmcls.md
|
|
04-supported-codebases/mmdet.md
|
|
04-supported-codebases/mmseg.md
|
|
04-supported-codebases/mmedit.md
|
|
04-supported-codebases/mmocr.md
|
|
04-supported-codebases/mmpose.md
|
|
04-supported-codebases/mmdet3d.md
|
|
04-supported-codebases/mmrotate.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Backend Support
|
|
|
|
05-supported-backends/ncnn.md
|
|
05-supported-backends/onnxruntime.md
|
|
05-supported-backends/openvino.md
|
|
05-supported-backends/pplnn.md
|
|
05-supported-backends/snpe.md
|
|
05-supported-backends/tensorrt.md
|
|
05-supported-backends/torchscript.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Custom Ops
|
|
|
|
06-custom-ops/onnxruntime.md
|
|
06-custom-ops/tensorrt.md
|
|
06-custom-ops/ncnn.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Developer Guide
|
|
|
|
07-developer-guide/architecture.md
|
|
07-developer-guide/support_new_model.md
|
|
07-developer-guide/support_new_backend.md
|
|
07-developer-guide/add_backend_ops_unittest.md
|
|
07-developer-guide/test_rewritten_models.md
|
|
07-developer-guide/partition_model.md
|
|
07-developer-guide/regression_test.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Experimental feature
|
|
|
|
experimental/onnx_optimizer.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Appendix
|
|
|
|
appendix/cross_build_snpe_service.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: FAQ
|
|
|
|
faq.md
|
|
|
|
.. toctree::
|
|
:caption: Switch Language
|
|
|
|
switch_language.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: API Reference
|
|
|
|
api.rst
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|