mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* fix pose demo and windows build (#307) * init * Update nms_rotated.cpp * add postprocessing_masks gpu version (#276) * add postprocessing_masks gpu version * default device cpu * pre-commit fix Co-authored-by: hadoop-basecv <hadoop-basecv@set-gh-basecv-serving-classify11.mt> * fixed a bug causes text-recognizer to fail when (non-NULL) empty bboxes list is passed (#310) * [Fix] include missing <type_traits> for formatter.h (#313) * fix formatter * relax GCC version requirement * fix * fix lint * fix lint * [Fix] MMEditing cannot save results when testing (#336) * fix show * lint * remove redundant codes * resolve comment * type hint * docs(build): fix typo (#352) * docs(build): add missing build option * docs(build): add onnx install * style(doc): trim whitespace * docs(build): revert install onnx * docs(build): add ncnn LD_LIBRARY_PATH * docs(build): fix path error * fix openvino export tmp model, add binary flag (#353) * init circleci (#348) * fix wrong input mat type (#362) * fix wrong input mat type * fix lint * fix(docs): remove redundant doc tree (#360) * fix missing ncnn_DIR & InferenceEngine_DIR (#364) * update doc Co-authored-by: Chen Xin <xinchen.tju@gmail.com> Co-authored-by: Shengxi Li <982783556@qq.com> Co-authored-by: hadoop-basecv <hadoop-basecv@set-gh-basecv-serving-classify11.mt> Co-authored-by: lzhangzz <lzhang329@gmail.com> Co-authored-by: Yifan Zhou <singlezombie@163.com> Co-authored-by: tpoisonooo <khj.application@aliyun.com> Co-authored-by: lvhan028 <lvhan_028@163.com>
86 lines
1.6 KiB
ReStructuredText
86 lines
1.6 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
|
|
tutorials/how_to_use_docker.md
|
|
tutorials/how_to_install_mmdeploy_on_jetsons.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/openvino.md
|
|
backends/ncnn.md
|
|
backends/pplnn.md
|
|
backends/torchscript.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::
|
|
:caption: Switch Language
|
|
|
|
switch_language.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: API Reference
|
|
|
|
api.rst
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|