open-mmlab / mmdeploy
- четверг, 30 декабря 2021 г. в 00:23:59
OpenMMLab Model Deployment Framework
English | 简体中文
MMDeploy is an open-source deep learning model deployment toolset. It is a part of the OpenMMLab project.
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
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
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
This project is released under the Apache 2.0 license.
Please refer to build.md for installation.
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.
Results and supported model list are available in the benchmark and model list.
We appreciate all contributions to improve MMDeploy. Please refer to CONTRIBUTING.md for the contributing guideline.
We would like to sincerely thank the following teams for their contributions to MMDeploy:
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}
}