[Docs] Add MMFewshot in README and banner.
parent
715a80b09c
commit
6e69f91328
|
@ -118,3 +118,4 @@ We wish that the toolbox and benchmark could serve the growing research communit
|
|||
- [MMOCR](https://github.com/open-mmlab/mmocr): OpenMMLab toolbox for text detection, recognition and understanding.
|
||||
- [MMGeneration](https://github.com/open-mmlab/mmgeneration): OpenMMlab toolkit for generative models.
|
||||
- [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.
|
||||
|
|
|
@ -103,6 +103,7 @@ MMClassification 是一款由不同学校和公司共同贡献的开源项目。
|
|||
- [MMOCR](https://github.com/open-mmlab/mmocr): OpenMMLab 全流程文字检测识别理解工具包
|
||||
- [MMGeneration](https://github.com/open-mmlab/mmgeneration): OpenMMLab 生成模型工具箱
|
||||
- [MMFlow](https://github.com/open-mmlab/mmflow): OpenMMLab 光流估计工具箱与测试基准
|
||||
- [MMFewShot](https://github.com/open-mmlab/mmfewshot): OpenMMLab 少样本学习工具箱与测试基准
|
||||
|
||||
## 欢迎加入 OpenMMLab 社区
|
||||
|
||||
|
|
|
@ -164,6 +164,10 @@ html_theme_options = {
|
|||
'name': 'MMFlow',
|
||||
'url': 'https://mmflow.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMFewShot',
|
||||
'url': 'https://github.com/open-mmlab/mmfewshot',
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -166,6 +166,10 @@ html_theme_options = {
|
|||
'name': 'MMFlow',
|
||||
'url': 'https://mmflow.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMFewShot',
|
||||
'url': 'https://github.com/open-mmlab/mmfewshot',
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue