[Doc] add MMHuman3D link #1101

This commit is contained in:
MengzhangLI 2021-12-03 13:35:49 +08:00 committed by GitHub
parent 6a2cfea73b
commit 504a5c6bd2
4 changed files with 10 additions and 0 deletions

View File

@ -169,3 +169,4 @@ and develop their own new semantic segmentation methods.
- [MIM](https://github.com/open-mmlab/mim): MIM Installs OpenMMLab Packages.
- [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.
- [MMHuman3D](https://github.com/open-mmlab/mmhuman3d): OpenMMLab Human Pose and Shape Estimation Toolbox and Benchmark.

View File

@ -164,6 +164,7 @@ MMSegmentation 是一个由来自不同高校和企业的研发人员共同参
- [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 社区

View File

@ -155,6 +155,10 @@ html_theme_options = {
'name': 'MMFewShot',
'url': 'https://github.com/open-mmlab/mmfewshot',
},
{
'name': 'MMHuman3D',
'url': 'https://github.com/open-mmlab/mmhuman3d',
},
]
},
{

View File

@ -155,6 +155,10 @@ html_theme_options = {
'name': 'MMFewShot',
'url': 'https://github.com/open-mmlab/mmfewshot',
},
{
'name': 'MMHuman3D',
'url': 'https://github.com/open-mmlab/mmhuman3d',
},
]
},
{