Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
d4d6ea09
Unverified
Commit
d4d6ea09
authored
Nov 26, 2021
by
Zaida Zhou
Committed by
GitHub
Nov 26, 2021
Browse files
[Docs] Add mmfewshot link (#1528)
parent
e3327ca6
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
0 deletions
+10
-0
README.md
README.md
+1
-0
README_zh-CN.md
README_zh-CN.md
+1
-0
docs/conf.py
docs/conf.py
+4
-0
docs_zh_CN/conf.py
docs_zh_CN/conf.py
+4
-0
No files found.
README.md
View file @
d4d6ea09
...
@@ -24,6 +24,7 @@ research projects as below:
...
@@ -24,6 +24,7 @@ research projects as below:
-
[
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
)
: OpenMMLab image and video generative models toolbox.
-
[
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.
-
[
MMFlow
](
https://github.com/open-mmlab/mmflow
)
: OpenMMLab optical flow toolbox and benchmark.
-
[
MMFewShot
](
https://github.com/open-mmlab/mmfewshot
)
: OpenMMLab FewShot Learning Toolbox and Benchmark.
It provides the following functionalities.
It provides the following functionalities.
...
...
README_zh-CN.md
View file @
d4d6ea09
...
@@ -23,6 +23,7 @@ MMCV 是一个面向计算机视觉的基础库,它支持了很多开源项目
...
@@ -23,6 +23,7 @@ MMCV 是一个面向计算机视觉的基础库,它支持了很多开源项目
-
[
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 光流估计工具箱与测试基准
-
[
MMFlow
](
https://github.com/open-mmlab/mmflow
)
: OpenMMLab 光流估计工具箱与测试基准
-
[
MMFewShot
](
https://github.com/open-mmlab/mmfewshot
)
: OpenMMLab 少样本学习工具箱与测试基准
MMCV 提供了如下众多功能:
MMCV 提供了如下众多功能:
...
...
docs/conf.py
View file @
d4d6ea09
...
@@ -165,6 +165,10 @@ html_theme_options = {
...
@@ -165,6 +165,10 @@ html_theme_options = {
'name'
:
'MMFlow'
,
'name'
:
'MMFlow'
,
'url'
:
'https://mmflow.readthedocs.io/en/latest/'
,
'url'
:
'https://mmflow.readthedocs.io/en/latest/'
,
},
},
{
'name'
:
'MMFewShot'
,
'url'
:
'https://mmfewshot.readthedocs.io/en/latest/'
,
},
]
]
},
},
{
{
...
...
docs_zh_CN/conf.py
View file @
d4d6ea09
...
@@ -167,6 +167,10 @@ html_theme_options = {
...
@@ -167,6 +167,10 @@ html_theme_options = {
'name'
:
'MMFlow'
,
'name'
:
'MMFlow'
,
'url'
:
'https://mmflow.readthedocs.io/en/latest/'
,
'url'
:
'https://mmflow.readthedocs.io/en/latest/'
,
},
},
{
'name'
:
'MMFewShot'
,
'url'
:
'https://mmfewshot.readthedocs.io/zh_CN/latest/'
,
},
]
]
},
},
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment