mirror of https://github.com/open-mmlab/mmocr.git
parent
0fd9ece7ea
commit
925b365dcf
|
@ -142,3 +142,4 @@ We hope the toolbox and benchmark could serve the growing research community by
|
|||
- [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.
|
||||
- [MMFewShot](https://github.com/open-mmlab/mmfewshot): OpenMMLab FewShot Learning Toolbox and Benchmark.
|
||||
- [MMHuman3D](https://github.com/open-mmlab/mmhuman3d): OpenMMLab Human Pose and Shape Estimation Toolbox and Benchmark.
|
||||
|
|
|
@ -141,6 +141,7 @@ MMOCR 是一款由来自不同高校和企业的研发人员共同参与贡献
|
|||
- [MMGeneration](https://github.com/open-mmlab/mmgeneration): OpenMMLab 图片视频生成模型工具箱
|
||||
- [MMFlow](https://github.com/open-mmlab/mmflow): OpenMMLab 光流估计工具箱与测试基准
|
||||
- [MMFewShot](https://github.com/open-mmlab/mmfewshot): OpenMMLab 少样本学习工具箱与测试基准
|
||||
- [MMHuman3D](https://github.com/open-mmlab/mmhuman3d): OpenMMLab 人体参数化模型工具箱与测试基准
|
||||
|
||||
## 欢迎加入 OpenMMLab 社区
|
||||
|
||||
|
|
|
@ -167,6 +167,10 @@ html_theme_options = {
|
|||
'name': 'MMFewShot',
|
||||
'url': 'https://mmfewshot.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMHuman3D',
|
||||
'url': 'https://mmhuman3d.readthedocs.io/en/latest/',
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -169,6 +169,10 @@ html_theme_options = {
|
|||
'name': 'MMFewShot',
|
||||
'url': 'https://mmfewshot.readthedocs.io/zh_CN/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMHuman3D',
|
||||
'url': 'https://mmhuman3d.readthedocs.io/en/latest/',
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue