OpenMMLab Model Deployment Framework
 
 
 
 
 
 
Go to file
VVsssssk aeee4aa48f
[Docs]add mmrotate link (#171)
* add mmrotate link

* Update README_zh-CN.md

* fix docs
2022-02-23 20:18:30 +08:00
.github [Feature]: Support mmpose (#94) 2022-02-16 11:03:12 +08:00
cmake Add more demos (#305) 2021-12-21 21:32:39 +08:00
configs [Feature]: Support mmpose (#94) 2022-02-16 11:03:12 +08:00
csrc Fix memleak (#86) 2022-01-20 15:21:19 +08:00
demo Add a new pre-commit-hook to automatically add a copyright (#166) 2022-02-23 11:38:40 +08:00
docker Lock pplcv to v0.6.1 (#143) 2022-02-16 11:54:29 +08:00
docs [Docs] Update get_started.md (#173) 2022-02-22 15:31:21 +08:00
mmdeploy Add a new pre-commit-hook to automatically add a copyright (#166) 2022-02-23 11:38:40 +08:00
requirements [Feature]: Support mmpose (#94) 2022-02-16 11:03:12 +08:00
resources fix intro (#337) 2021-12-24 18:49:09 +08:00
tests Add a new pre-commit-hook to automatically add a copyright (#166) 2022-02-23 11:38:40 +08:00
third_party Merge sdk (#251) 2021-12-07 10:57:55 +08:00
tools Add a new pre-commit-hook to automatically add a copyright (#166) 2022-02-23 11:38:40 +08:00
.clang-format Merge sdk (#251) 2021-12-07 10:57:55 +08:00
.gitignore Add more demos (#305) 2021-12-21 21:32:39 +08:00
.gitmodules Merge sdk (#251) 2021-12-07 10:57:55 +08:00
.pre-commit-config.yaml Add a new pre-commit-hook to automatically add a copyright (#166) 2022-02-23 11:38:40 +08:00
.pylintrc
.readthedocs.yml add gpu ci (#35) 2022-01-10 11:14:17 +08:00
CITATION.cff
CMakeLists.txt Add Python wrapper for SDK (#27) 2022-01-13 11:31:51 +08:00
LICENSE
MANIFEST.in
README.md [Docs]add mmrotate link (#171) 2022-02-23 20:18:30 +08:00
README_zh-CN.md [Docs]add mmrotate link (#171) 2022-02-23 20:18:30 +08:00
requirements.txt
setup.cfg [Enhancement] upgrade isort in pre-commit config (#141) 2022-02-09 17:27:50 +08:00
setup.py [Enhancement] upgrade isort in pre-commit config (#141) 2022-02-09 17:27:50 +08:00

README.md

 
OpenMMLab website HOT      OpenMMLab platform TRY IT OUT
 

docs badge codecov license issue resolution open issues

Introduction

English | 简体中文

MMDeploy is an open-source deep learning model deployment toolset. It is a part of the OpenMMLab project.

Major features

  • Fully support OpenMMLab models

    We provide a unified model deployment toolbox for the codebases in OpenMMLab. The supported codebases are listed as below, and more will be added in the future

    • MMClassification
    • MMDetection
    • MMSegmentation
    • MMEditing
    • MMOCR
  • Multiple inference backends are available

    Models can be exported and run in different backends. The following ones are supported, and more will be taken into consideration

    • ONNX Runtime
    • TensorRT
    • PPLNN
    • ncnn
    • OpenVINO
  • Efficient and highly scalable SDK Framework by C/C++

    All kinds of modules in SDK can be extensible, such as Transform for image processing, Net for Neural Network inference, Module for postprocessing and so on

License

This project is released under the Apache 2.0 license.

Installation

Please refer to build.md for installation.

Getting Started

Please see getting_started.md for the basic usage of MMDeploy. We also provide other tutorials for:

Please refer to FAQ for frequently asked questions.

Benchmark and model zoo

Results and supported model list are available in the benchmark and model list.

Contributing

We appreciate all contributions to improve MMDeploy. Please refer to CONTRIBUTING.md for the contributing guideline.

Acknowledgement

We would like to sincerely thank the following teams for their contributions to MMDeploy:

Citation

If you find this project useful in your research, please consider cite:

@misc{=mmdeploy,
    title={OpenMMLab's Model Deployment Toolbox.},
    author={MMDeploy Contributors},
    howpublished = {\url{https://github.com/open-mmlab/mmdeploy}},
    year={2021}
}

Projects in OpenMMLab

  • MMCV: OpenMMLab foundational library for computer vision.
  • MIM: MIM Installs OpenMMLab Packages.
  • MMClassification: OpenMMLab image classification toolbox and benchmark.
  • MMDetection: OpenMMLab detection toolbox and benchmark.
  • MMDetection3D: OpenMMLab's next-generation platform for general 3D object detection.
  • MMSegmentation: OpenMMLab semantic segmentation toolbox and benchmark.
  • MMAction2: OpenMMLab's next-generation action understanding toolbox and benchmark.
  • MMTracking: OpenMMLab video perception toolbox and benchmark.
  • MMPose: OpenMMLab pose estimation toolbox and benchmark.
  • MMEditing: OpenMMLab image and video editing toolbox.
  • MMOCR: A Comprehensive Toolbox for Text Detection, Recognition and Understanding.
  • MMGeneration: OpenMMLab image and video generative models toolbox.
  • MMFlow: OpenMMLab optical flow toolbox and benchmark.
  • MMFewShot: OpenMMLab FewShot Learning Toolbox and Benchmark.
  • MMHuman3D: OpenMMLab Human Pose and Shape Estimation Toolbox and Benchmark.
  • MMSelfSup: OpenMMLab self-supervised learning Toolbox and Benchmark.
  • MMRazor: OpenMMLab Model Compression Toolbox and Benchmark.
  • MMDeploy: OpenMMLab Model Deployment Framework.
  • MMRotate: OpenMMLab rotated object detection toolbox and benchmark.