Skip to content

Commit

Permalink
[Doc] add MMHuman3D link open-mmlab#1101
Browse files Browse the repository at this point in the history
  • Loading branch information
MengzhangLI authored Dec 3, 2021
1 parent ff1e2d8 commit f0e6201
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 社区

Expand Down
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ def get_version():
'name': 'MMFewShot',
'url': 'https://github.com/open-mmlab/mmfewshot',
},
{
'name': 'MMHuman3D',
'url': 'https://github.com/open-mmlab/mmhuman3d',
},
]
},
{
Expand Down
4 changes: 4 additions & 0 deletions docs_zh-CN/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ def get_version():
'name': 'MMFewShot',
'url': 'https://github.com/open-mmlab/mmfewshot',
},
{
'name': 'MMHuman3D',
'url': 'https://github.com/open-mmlab/mmhuman3d',
},
]
},
{
Expand Down

0 comments on commit f0e6201

Please sign in to comment.