From 72ff12fc6c291dc0db36909cebff38a3d39ccf17 Mon Sep 17 00:00:00 2001 From: MengzhangLI Date: Mon, 21 Feb 2022 18:13:15 +0800 Subject: [PATCH] [Doc] add MMRotate link (#1308) --- README.md | 1 + README_zh-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 8ce2d9d82..4bfcdc1f4 100644 --- a/README.md +++ b/README.md @@ -196,3 +196,4 @@ and develop their own new semantic segmentation methods. - [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. +- [MMRotate](https://github.com/open-mmlab/mmrotate): OpenMMLab rotated object detection toolbox and benchmark. diff --git a/README_zh-CN.md b/README_zh-CN.md index eceeebf0b..7154d1fec 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -191,6 +191,7 @@ MMSegmentation 是一个由来自不同高校和企业的研发人员共同参 - [MMSelfSup](https://github.com/open-mmlab/mmselfsup): OpenMMLab 自监督学习工具箱与测试基准 - [MMRazor](https://github.com/open-mmlab/mmrazor): OpenMMLab 模型压缩工具箱与测试基准 - [MMDeploy](https://github.com/open-mmlab/mmdeploy): OpenMMLab 模型部署框架 +- [MMRotate](https://github.com/open-mmlab/mmrotate): OpenMMLab 旋转框检测工具箱与测试基准 ## 欢迎加入 OpenMMLab 社区