File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments