add mmflow on README (#1052)

This commit is contained in:
MengzhangLI 2021-11-18 21:57:30 +08:00 committed by GitHub
parent e38eae3894
commit 2b2f107fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 0 deletions

View File

@ -165,3 +165,4 @@ and develop their own new semantic segmentation methods.
- [MMOCR](https://github.com/open-mmlab/mmocr): A Comprehensive Toolbox for Text Detection, Recognition and Understanding. - [MMOCR](https://github.com/open-mmlab/mmocr): A Comprehensive Toolbox for Text Detection, Recognition and Understanding.
- [MMGeneration](https://github.com/open-mmlab/mmgeneration): A powerful toolkit for generative models. - [MMGeneration](https://github.com/open-mmlab/mmgeneration): A powerful toolkit for generative models.
- [MIM](https://github.com/open-mmlab/mim): MIM Installs OpenMMLab Packages. - [MIM](https://github.com/open-mmlab/mim): MIM Installs OpenMMLab Packages.
- [MMFlow](https://github.com/open-mmlab/mmflow): OpenMMLab optical flow toolbox and benchmark.

View File

@ -160,6 +160,7 @@ MMSegmentation 是一个由来自不同高校和企业的研发人员共同参
- [MMEditing](https://github.com/open-mmlab/mmediting): OpenMMLab 图像视频编辑工具箱 - [MMEditing](https://github.com/open-mmlab/mmediting): OpenMMLab 图像视频编辑工具箱
- [MMOCR](https://github.com/open-mmlab/mmocr): OpenMMLab 全流程文字检测识别理解工具包 - [MMOCR](https://github.com/open-mmlab/mmocr): OpenMMLab 全流程文字检测识别理解工具包
- [MMGeneration](https://github.com/open-mmlab/mmgeneration): OpenMMLab 生成模型工具箱 - [MMGeneration](https://github.com/open-mmlab/mmgeneration): OpenMMLab 生成模型工具箱
- [MMFlow](https://github.com/open-mmlab/mmflow): OpenMMLab 光流估计工具箱与测试基准
## 欢迎加入 OpenMMLab 社区 ## 欢迎加入 OpenMMLab 社区

View File

@ -147,6 +147,10 @@ html_theme_options = {
'name': 'MMGeneration', 'name': 'MMGeneration',
'url': 'https://github.com/open-mmlab/mmgeneration', 'url': 'https://github.com/open-mmlab/mmgeneration',
}, },
{
'name': 'MMFlow',
'url': 'https://github.com/open-mmlab/mmflow',
},
] ]
}, },
{ {

View File

@ -147,6 +147,10 @@ html_theme_options = {
'name': 'MMGeneration', 'name': 'MMGeneration',
'url': 'https://github.com/open-mmlab/mmgeneration', 'url': 'https://github.com/open-mmlab/mmgeneration',
}, },
{
'name': 'MMFlow',
'url': 'https://github.com/open-mmlab/mmflow',
},
] ]
}, },
{ {