diff --git a/README.md b/README.md index 63e717bc5..63a576f59 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/README_zh-CN.md b/README_zh-CN.md index 1a9ea5e2e..abe641444 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -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 社区 diff --git a/docs/conf.py b/docs/conf.py index 6c34ccca1..2c5c69fc0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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', + }, ] }, { diff --git a/docs_zh-CN/conf.py b/docs_zh-CN/conf.py index 9bde6cae1..b89a10608 100644 --- a/docs_zh-CN/conf.py +++ b/docs_zh-CN/conf.py @@ -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', + }, ] }, {