Unverified Commit c01715c7 authored by ChaimZhu's avatar ChaimZhu Committed by GitHub
Browse files

fix mmhuman3d reference (#1100)

parent f95d1e53
...@@ -176,5 +176,5 @@ We wish that the toolbox and benchmark could serve the growing research communit ...@@ -176,5 +176,5 @@ We wish that the toolbox and benchmark could serve the growing research communit
- [MMOCR](https://github.com/open-mmlab/mmocr): OpenMMLab text detection, recognition and understanding toolbox. - [MMOCR](https://github.com/open-mmlab/mmocr): OpenMMLab text detection, recognition and understanding toolbox.
- [MMGeneration](https://github.com/open-mmlab/mmgeneration): OpenMMLab image and video generative models toolbox. - [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. - [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. - [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. - [MMHuman3D](https://github.com/open-mmlab/mmhuman3d): OpenMMLab 3D human parametric model toolbox and benchmark.
...@@ -175,7 +175,7 @@ MMDetection3D 是一款由来自不同高校和企业的研发人员共同参与 ...@@ -175,7 +175,7 @@ MMDetection3D 是一款由来自不同高校和企业的研发人员共同参与
- [MMGeneration](https://github.com/open-mmlab/mmgeneration): OpenMMLab 图片视频生成模型工具箱 - [MMGeneration](https://github.com/open-mmlab/mmgeneration): OpenMMLab 图片视频生成模型工具箱
- [MMFlow](https://github.com/open-mmlab/mmflow): OpenMMLab 光流估计工具箱与测试基准 - [MMFlow](https://github.com/open-mmlab/mmflow): OpenMMLab 光流估计工具箱与测试基准
- [MMFewShot](https://github.com/open-mmlab/mmfewshot): OpenMMLab 少样本学习工具箱与测试基准 - [MMFewShot](https://github.com/open-mmlab/mmfewshot): OpenMMLab 少样本学习工具箱与测试基准
- [MMHuman3D](https://github.com/open-mmlab/mmhuman3d): OpenMMLab 人体姿态和形状估计工具箱与基准测试 - [MMHuman3D](https://github.com/open-mmlab/mmhuman3d): OpenMMLab 人体参数化模型工具箱与测试基准
## 欢迎加入 OpenMMLab 社区 ## 欢迎加入 OpenMMLab 社区
......
...@@ -96,48 +96,86 @@ html_theme_options = { ...@@ -96,48 +96,86 @@ html_theme_options = {
{ {
'name': 'name':
'Projects', 'Projects',
'children': [ 'children': [{
{ 'name':
'name': 'MMAction2', 'MMCV',
'url': 'https://github.com/open-mmlab/mmaction2', 'url':
}, 'https://mmcv.readthedocs.io/en/latest/',
{ 'description':
'name': 'MMClassification', 'Foundational library for computer vision'
'url': 'https://github.com/open-mmlab/mmclassification', }, {
}, 'name':
{ 'MMDetection',
'name': 'MMCV', 'url':
'url': 'https://github.com/open-mmlab/mmmmcv', 'https://mmdetection.readthedocs.io/en/latest/',
}, 'description':
{ 'Object detection toolbox and benchmark'
'name': 'MMDetection', }, {
'url': 'https://github.com/open-mmlab/mmdetection', 'name':
}, 'MMAction2',
{ 'url':
'name': 'MMEditing', 'https://mmaction2.readthedocs.io/en/latest/',
'url': 'https://github.com/open-mmlab/mmediting', 'description':
}, 'Action understanding toolbox and benchmark'
{ }, {
'name': 'MMGeneration', 'name':
'url': 'https://github.com/open-mmlab/mmgeneration', 'MMClassification',
}, 'url':
{ 'https://mmclassification.readthedocs.io/en/latest/',
'name': 'MMOCR', 'description':
'url': 'https://github.com/open-mmlab/mmocr', 'Image classification toolbox and benchmark'
}, }, {
{ 'name':
'name': 'MMPose', 'MMSegmentation',
'url': 'https://github.com/open-mmlab/mmpose', 'url':
}, 'https://mmsegmentation.readthedocs.io/en/latest/',
{ 'description':
'name': 'MMSegmentation', 'Semantic segmentation toolbox and benchmark'
'url': 'https://github.com/open-mmlab/mmsegmentation', }, {
}, 'name': 'MMEditing',
{ 'url': 'https://mmediting.readthedocs.io/en/latest/',
'name': 'MMTracking', 'description': 'Image and video editing toolbox'
'url': 'https://github.com/open-mmlab/mmtracking', }, {
}, 'name':
] 'MMOCR',
'url':
'https://mmocr.readthedocs.io/en/latest/',
'description':
'Text detection, recognition and understanding toolbox'
}, {
'name': 'MMPose',
'url': 'https://mmpose.readthedocs.io/en/latest/',
'description': 'Pose estimation toolbox and benchmark'
}, {
'name':
'MMTracking',
'url':
'https://mmtracking.readthedocs.io/en/latest/',
'description':
'Video perception toolbox and benchmark'
}, {
'name': 'MMGeneration',
'url': 'https://mmgeneration.readthedocs.io/en/latest/',
'description': 'Generative model toolbox'
}, {
'name': 'MMFlow',
'url': 'https://mmflow.readthedocs.io/en/latest/',
'description': 'Optical flow toolbox and benchmark'
}, {
'name':
'MMFewShot',
'url':
'https://mmfewshot.readthedocs.io/en/latest/',
'description':
'FewShot learning toolbox and benchmark'
}, {
'name':
'MMHuman3D',
'url':
'https://mmhuman3d.readthedocs.io/en/latest/',
'description':
'3D human parametric model toolbox and benchmark.'
}]
}, },
{ {
'name': 'name':
......
...@@ -96,48 +96,59 @@ html_theme_options = { ...@@ -96,48 +96,59 @@ html_theme_options = {
{ {
'name': 'name':
'算法库', '算法库',
'children': [ 'children': [{
{ 'name': 'MMCV',
'name': 'MMAction2', 'url': 'https://mmcv.readthedocs.io/zh_CN/latest/',
'url': 'https://github.com/open-mmlab/mmaction2', 'description': '计算机视觉基础库'
}, }, {
{ 'name': 'MMDetection',
'name': 'MMClassification', 'url': 'https://mmdetection.readthedocs.io/zh_CN/latest/',
'url': 'https://github.com/open-mmlab/mmclassification', 'description': '检测工具箱与测试基准'
}, }, {
{ 'name': 'MMAction2',
'name': 'MMCV', 'url': 'https://mmaction2.readthedocs.io/zh_CN/latest/',
'url': 'https://github.com/open-mmlab/mmmmcv', 'description': '视频理解工具箱与测试基准'
}, }, {
{ 'name': 'MMClassification',
'name': 'MMDetection', 'url': 'https://mmclassification.readthedocs.io/zh_CN/latest/',
'url': 'https://github.com/open-mmlab/mmdetection', 'description': '图像分类工具箱与测试基准'
}, }, {
{ 'name': 'MMSegmentation',
'name': 'MMEditing', 'url': 'https://mmsegmentation.readthedocs.io/zh_CN/latest/',
'url': 'https://github.com/open-mmlab/mmediting', 'description': '语义分割工具箱与测试基准'
}, }, {
{ 'name': 'MMEditing',
'name': 'MMGeneration', 'url': 'https://mmediting.readthedocs.io/zh_CN/latest/',
'url': 'https://github.com/open-mmlab/mmgeneration', 'description': '图像视频编辑工具箱'
}, }, {
{ 'name': 'MMOCR',
'name': 'MMOCR', 'url': 'https://mmocr.readthedocs.io/zh_CN/latest/',
'url': 'https://github.com/open-mmlab/mmocr', 'description': '全流程文字检测识别理解工具包'
}, }, {
{ 'name': 'MMPose',
'name': 'MMPose', 'url': 'https://mmpose.readthedocs.io/zh_CN/latest/',
'url': 'https://github.com/open-mmlab/mmpose', 'description': '姿态估计工具箱与测试基准'
}, }, {
{ 'name': 'MMTracking',
'name': 'MMSegmentation', 'url': 'https://mmtracking.readthedocs.io/zh_CN/latest/',
'url': 'https://github.com/open-mmlab/mmsegmentation', 'description': '一体化视频目标感知平台'
}, }, {
{ 'name': 'MMGeneration',
'name': 'MMTracking', 'url': 'https://mmgeneration.readthedocs.io/zh_CN/latest/',
'url': 'https://github.com/open-mmlab/mmtracking', 'description': '生成模型工具箱'
}, }, {
] 'name': 'MMFlow',
'url': 'https://mmflow.readthedocs.io/zh_CN/latest/',
'description': '光流估计工具箱与测试基准'
}, {
'name': 'MMFewShot',
'url': 'https://mmfewshot.readthedocs.io/zh_CN/latest/',
'description': '少样本学习工具箱与测试基准'
}, {
'name': 'MMHuman3D',
'url': 'https://mmhuman3d.readthedocs.io/en/latest/',
'description': 'OpenMMLab 人体参数化模型工具箱与测试基准.'
}]
}, },
{ {
'name': 'name':
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment