From b55bf8ec1b5b67b7ddcab149b1f197cb4b677521 Mon Sep 17 00:00:00 2001 From: lvhan028 Date: Wed, 29 Dec 2021 19:24:03 +0800 Subject: [PATCH] [Docs] update acknowledgement and MMDeploy's short introduction (#15) * add mmdeploy short introduction * add acknowledgement to OpenPPL team * update acknowledgement --- README.md | 5 ++++- README_zh-CN.md | 6 ++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a4b3378b..88a9c5749 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,9 @@ We appreciate all contributions to improve MMDeploy. Please refer to [CONTRIBUTI ## Acknowledgement -We would like to thank OpenVINO team, for their remarkable efforts to export MMDetection models to OpenVINO and integrate OpenVINO into MMDeploy backends +We would like to sincerely thank the following teams for their contributions to [MMDeploy](https://github.com/open-mmlab/mmdeploy): +- [OpenPPL](https://github.com/openppl-public) +- [OpenVINO](https://github.com/openvinotoolkit/openvino) ## Citation @@ -109,3 +111,4 @@ If you find this project useful in your research, please consider cite: - [MMHuman3D](https://github.com/open-mmlab/mmhuman3d): OpenMMLab Human Pose and Shape Estimation Toolbox and Benchmark. - [MMSelfSup](https://github.com/open-mmlab/mmselfsup): OpenMMLab self-supervised learning Toolbox and Benchmark. - [MMRazor](https://github.com/open-mmlab/mmrazor): OpenMMLab Model Compression Toolbox and Benchmark. +- [MMDeploy](https://github.com/open-mmlab/mmdeploy): OpenMMLab Model Deployment Framework. diff --git a/README_zh-CN.md b/README_zh-CN.md index c9820d23f..b058c8b35 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -72,8 +72,9 @@ MMDeploy 是一个开源深度学习模型部署工具箱,它是 [OpenMMLab](h 我们感谢所有的贡献者为改进和提升 MMDeploy 所作出的努力。请参考[贡献指南](.github/CONTRIBUTING.md)来了解参与项目贡献的相关指引。 ## 致谢 - -OpenVINO团队在MMDeploy中添加了OpenVINO部署后端,并开发了MMDetection在OpenVINO下的部署功能,为MMDeploy做出了重大贡献。对此我们表示衷心的感谢。 +由衷感谢以下团队为 [MMDeploy](https://github.com/open-mmlab/mmdeploy) 做出的贡献: +- [OpenPPL](https://github.com/openppl-public) +- [OpenVINO](https://github.com/openvinotoolkit/openvino) ## 引用 @@ -107,6 +108,7 @@ OpenVINO团队在MMDeploy中添加了OpenVINO部署后端,并开发了MMDetect - [MMHuman3D](https://github.com/open-mmlab/mmhuman3d): OpenMMLab 人体参数化模型工具箱与测试基准 - [MMSelfSup](https://github.com/open-mmlab/mmselfsup): OpenMMLab 自监督学习工具箱与测试基准 - [MMRazor](https://github.com/open-mmlab/mmrazor): OpenMMLab 模型压缩工具箱与测试基准 +- [MMDeploy](https://github.com/open-mmlab/mmdeploy): OpenMMLab 模型部署框架 ## 欢迎加入 OpenMMLab 社区