[Docs] Add MMHuman3D in readme (#644)

* [Docs] Add MMHuman3D in readme

* add docs
pull/521/head^2
Tong Gao 2021-12-03 16:52:38 +08:00 committed by GitHub
parent 0fd9ece7ea
commit 925b365dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 0 deletions

View File

@ -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.

View File

@ -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 社区

View File

@ -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/',
},
]
},
{

View File

@ -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/',
},
]
},
{