mirror of
https://github.com/open-mmlab/mmcv.git
synced 2025-06-03 21:54:52 +08:00
[Docs] Add mmfewshot link (#1528)
This commit is contained in:
parent
e3327ca620
commit
d4d6ea09e3
@ -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.
|
||||||
|
|
||||||
|
@ -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 提供了如下众多功能:
|
||||||
|
|
||||||
|
@ -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/',
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -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/',
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user