From 429e95b673197b16b15b53049df62d2e4bf6dcca Mon Sep 17 00:00:00 2001 From: Tong Gao Date: Fri, 19 Nov 2021 14:16:42 +0800 Subject: [PATCH] [Docs] Add MMFlow & MIM (#597) * [Docs] Add MMFlow * add mim --- README.md | 1 + README_zh-CN.md | 1 + docs/conf.py | 8 ++++++++ docs_zh_CN/conf.py | 8 ++++++++ 4 files changed, 18 insertions(+) diff --git a/README.md b/README.md index f45ca79d73..13d0b317c1 100644 --- a/README.md +++ b/README.md @@ -140,3 +140,4 @@ We hope the toolbox and benchmark could serve the growing research community by - [MMEditing](https://github.com/open-mmlab/mmediting): OpenMMLab image editing toolbox and benchmark. - [MMOCR](https://github.com/open-mmlab/mmocr): A Comprehensive Toolbox for Text Detection, Recognition and Understanding. - [MMGeneration](https://github.com/open-mmlab/mmgeneration): OpenMMLab image and video generative models toolbox. +- [MMFlow](https://github.com/open-mmlab/mmflow): OpenMMLab optical flow toolbox and benchmark. diff --git a/README_zh-CN.md b/README_zh-CN.md index 504a4ed647..9c75a1b461 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -139,6 +139,7 @@ MMOCR 是一款由来自不同高校和企业的研发人员共同参与贡献 - [MMEditing](https://github.com/open-mmlab/mmediting): OpenMMLab 图像视频编辑工具箱 - [MMOCR](https://github.com/open-mmlab/mmocr): OpenMMLab 全流程文字检测识别理解工具包. - [MMGeneration](https://github.com/open-mmlab/mmgeneration): OpenMMLab 图片视频生成模型工具箱 +- [MMFlow](https://github.com/open-mmlab/mmflow): OpenMMLab 光流估计工具箱与测试基准 ## 欢迎加入 OpenMMLab 社区 diff --git a/docs/conf.py b/docs/conf.py index 3554277428..c184d63687 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -114,6 +114,10 @@ 'name': 'MMCV', 'url': 'https://mmcv.readthedocs.io/en/latest/', }, + { + 'name': 'MIM', + 'url': 'https://openmim.readthedocs.io/en/latest/', + }, { 'name': 'MMAction2', 'url': 'https://mmaction2.readthedocs.io/en/latest/', @@ -155,6 +159,10 @@ 'name': 'MMTracking', 'url': 'https://mmtracking.readthedocs.io/en/latest/', }, + { + 'name': 'MMFlow', + 'url': 'https://mmflow.readthedocs.io/en/latest/', + }, ] }, { diff --git a/docs_zh_CN/conf.py b/docs_zh_CN/conf.py index 36e224e29e..3e3e00dd87 100644 --- a/docs_zh_CN/conf.py +++ b/docs_zh_CN/conf.py @@ -114,6 +114,10 @@ 'name': 'MMCV', 'url': 'https://mmcv.readthedocs.io/zh_CN/latest/', }, + { + 'name': 'MIM', + 'url': 'https://openmim.readthedocs.io/en/latest/', + }, { 'name': 'MMAction2', 'url': 'https://mmaction2.readthedocs.io/zh_CN/latest/', @@ -157,6 +161,10 @@ 'name': 'MMTracking', 'url': 'https://mmtracking.readthedocs.io/zh_CN/latest/', }, + { + 'name': 'MMFlow', + 'url': 'https://mmflow.readthedocs.io/en/latest/', + }, ] }, {