OpenMMLab Model Deployment Framework
 
 
 
 
 
 
Go to file
RunningLeon 2ffc657665
[Docs]: Add mmcls support doc (#171)
* add doc

* update

* update

* update table format

* update name

* update

* resolve comments

* remove unnecessary files

* update mmedit

* update

* resolve comments
2021-11-08 15:37:43 +08:00
.github [Docstring] Update docstring and its config (#142) 2021-10-27 10:44:54 +08:00
backend_ops [Fix] fix trt_multi_level_roi_align plugin of tensorrt in T4 platform (#170) 2021-11-04 15:53:48 +08:00
configs [Enhancement] Optional export postprocess of mask (#161) 2021-11-01 12:58:54 +08:00
demo add a demo for rewrite (#145) 2021-10-27 11:06:42 +08:00
docs [Docs]: Add mmcls support doc (#171) 2021-11-08 15:37:43 +08:00
docs_zh_CN fix docs bug (#166) 2021-11-02 19:12:53 +08:00
mmdeploy [Enhancement]: Support FoveaBox and ATSS from mmdetection for OpenVINO and ONNX Runtime (#160) 2021-11-05 17:45:49 +08:00
requirements lock version of mmdet (#159) 2021-10-29 10:59:16 +08:00
tests [Enhancement]: Support FoveaBox and ATSS from mmdetection for OpenVINO and ONNX Runtime (#160) 2021-11-05 17:45:49 +08:00
third_party
tools [Enhancement]: OpenVINO deployment support for some models (#117) 2021-10-21 16:07:35 +08:00
.gitignore
.gitmodules
.isort.cfg add a demo for rewrite (#145) 2021-10-27 11:06:42 +08:00
.pre-commit-config.yaml
.pylintrc add pylint score (#119) 2021-10-11 14:52:19 +08:00
.readthedocs.yml
CITATION.cff Add citation (#151) 2021-10-27 15:03:40 +08:00
CMakeLists.txt apply cmake-format and refactor cmake scripts of building onnx and te… (#99) 2021-10-13 16:42:11 +08:00
LICENSE
MANIFEST.in
README.md [Enhancement]: Added support for masks in OpenVINO. (#148) 2021-11-03 10:27:48 +08:00
README_zh-CN.md [Doc]How to write config (#139) 2021-10-29 18:04:11 +08:00
requirements.txt
setup.cfg
setup.py

README.md

Introduction

English | 简体中文

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

Major features

  • OpenMMLab model support

    Models in OpenMMLab can be deployed with this project. Such as MMClassification, MMDetection, etc.

  • Multiple inference engine support

    Models can be exported and run in different backends. Such as ONNX Runtime, TensorRT, etc.

  • Model rewrite

    Modules and functions used in models can be rewritten to meet the demand of different backends. It is easy to add new model support.

License

This project is released under the Apache 2.0 license.

Codebase and Backend support

Supported codebase:

  • MMClassification
  • MMDetection
  • MMSegmentation
  • MMEditing
  • MMOCR

Supported backend:

  • ONNX Runtime
  • TensorRT
  • PPL
  • ncnn
  • OpenVINO

Installation

Please refer to build.md for installation.

Getting Started

Please read how_to_convert_model.md for the basic usage of MMDeploy. There are also tutorials for how to write config, how to support new models and how to test model.

Please refer to FAQ for frequently asked questions.

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}
}

Contributing

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

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.