mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
add MMFewShot on README (#1065)
This commit is contained in:
parent
2b2f107fd6
commit
6070a0e1e7
@ -166,3 +166,4 @@ and develop their own new semantic segmentation methods.
|
|||||||
- [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.
|
- [MMFlow](https://github.com/open-mmlab/mmflow): OpenMMLab optical flow toolbox and benchmark.
|
||||||
|
- [MMFewShot](https://github.com/open-mmlab/mmfewshot): OpenMMLab few shot learning toolbox and benchmark.
|
||||||
|
@ -161,6 +161,7 @@ MMSegmentation 是一个由来自不同高校和企业的研发人员共同参
|
|||||||
- [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 少样本学习工具箱与测试基准
|
||||||
|
|
||||||
## 欢迎加入 OpenMMLab 社区
|
## 欢迎加入 OpenMMLab 社区
|
||||||
|
|
||||||
|
@ -151,6 +151,10 @@ html_theme_options = {
|
|||||||
'name': 'MMFlow',
|
'name': 'MMFlow',
|
||||||
'url': 'https://github.com/open-mmlab/mmflow',
|
'url': 'https://github.com/open-mmlab/mmflow',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'name': 'MMFewShot',
|
||||||
|
'url': 'https://github.com/open-mmlab/mmfewshot',
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -151,6 +151,10 @@ html_theme_options = {
|
|||||||
'name': 'MMFlow',
|
'name': 'MMFlow',
|
||||||
'url': 'https://github.com/open-mmlab/mmflow',
|
'url': 'https://github.com/open-mmlab/mmflow',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'name': 'MMFewShot',
|
||||||
|
'url': 'https://github.com/open-mmlab/mmfewshot',
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user