Skip to content

Commit 6070a0e

Browse files
authored
add MMFewShot on README (open-mmlab#1065)
1 parent 2b2f107 commit 6070a0e

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,4 @@ and develop their own new semantic segmentation methods.
166166
- [MMGeneration](https://github.com/open-mmlab/mmgeneration): A powerful toolkit for generative models.
167167
- [MIM](https://github.com/open-mmlab/mim): MIM Installs OpenMMLab Packages.
168168
- [MMFlow](https://github.com/open-mmlab/mmflow): OpenMMLab optical flow toolbox and benchmark.
169+
- [MMFewShot](https://github.com/open-mmlab/mmfewshot): OpenMMLab few shot learning toolbox and benchmark.

README_zh-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ MMSegmentation 是一个由来自不同高校和企业的研发人员共同参
161161
- [MMOCR](https://github.com/open-mmlab/mmocr): OpenMMLab 全流程文字检测识别理解工具包
162162
- [MMGeneration](https://github.com/open-mmlab/mmgeneration): OpenMMLab 生成模型工具箱
163163
- [MMFlow](https://github.com/open-mmlab/mmflow): OpenMMLab 光流估计工具箱与测试基准
164+
- [MMFewShot](https://github.com/open-mmlab/mmfewshot): OpenMMLab 少样本学习工具箱与测试基准
164165

165166
## 欢迎加入 OpenMMLab 社区
166167

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ def get_version():
151151
'name': 'MMFlow',
152152
'url': 'https://github.com/open-mmlab/mmflow',
153153
},
154+
{
155+
'name': 'MMFewShot',
156+
'url': 'https://github.com/open-mmlab/mmfewshot',
157+
},
154158
]
155159
},
156160
{

docs_zh-CN/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ def get_version():
151151
'name': 'MMFlow',
152152
'url': 'https://github.com/open-mmlab/mmflow',
153153
},
154+
{
155+
'name': 'MMFewShot',
156+
'url': 'https://github.com/open-mmlab/mmfewshot',
157+
},
154158
]
155159
},
156160
{

0 commit comments

Comments
 (0)