mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* add ncnn test exporter in test_ops.py * add ncnn test exporter in utils.py * add onnxruntime and tensorrt ops test * fix blank line * fix comment add nms ops test * remove nms test * add test sample add dockerstring * remove nms test * fix grid_sample add type hind * fix problem * fix dockerstring * add nms batch_nms multi_level_roi_align * add test data * fix problem * rm pkl file dependent * rm file * add docstring * remove multi_level_dependce * add mmseg module unittest * add mmseg test * add mmseg model unit test * fix blankline * rename file * add syncbn2bn unit test * add apis/export * lint * lint * ?? * add docs about how to add ops unit test * fix diff * fix docs * fix docs * remove cn docs * fix comment * fix comment Co-authored-by: SingleZombie <singlezombie@163.com>
68 lines
1.2 KiB
ReStructuredText
68 lines
1.2 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
|
|
|
|
.. 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_test_model.md
|
|
tutorials/how_to_support_new_models.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/ppl.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Custom Ops
|
|
|
|
ops/onnxruntime.md
|
|
ops/tensorrt.md
|
|
ops/ncnn.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: FAQ
|
|
|
|
faq.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: API Reference
|
|
|
|
api.rst
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|