mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
[Doc] add MMHuman3D link #1101
This commit is contained in:
parent
6a2cfea73b
commit
504a5c6bd2
@ -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.
|
||||
|
@ -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 社区
|
||||
|
||||
|
@ -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',
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -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',
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user