"vscode:/vscode.git/clone" did not exist on "76bb54044eb387e9e3009bc169e93d66aa004a74"
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
- [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.
- [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.
- [MMFewShot](https://github.com/open-mmlab/mmfewshot): OpenMMLab fewshot learning toolbox and benchmark.
- [MMHuman3D](https://github.com/open-mmlab/mmhuman3d): OpenMMLab 3D human parametric model toolbox and benchmark.
......@@ -175,7 +175,7 @@ MMDetection3D 是一款由来自不同高校和企业的研发人员共同参与
- [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 人体姿态和形状估计工具箱与基准测试
- [MMHuman3D](https://github.com/open-mmlab/mmhuman3d): OpenMMLab 人体参数化模型工具箱与测试基准
## 欢迎加入 OpenMMLab 社区
......
......@@ -96,48 +96,86 @@ html_theme_options = {
{
'name':
'Projects',
'children': [
{
'name': 'MMAction2',
'url': 'https://github.com/open-mmlab/mmaction2',
},
{
'name': 'MMClassification',
'url': 'https://github.com/open-mmlab/mmclassification',
},
{
'name': 'MMCV',
'url': 'https://github.com/open-mmlab/mmmmcv',
},
{
'name': 'MMDetection',
'url': 'https://github.com/open-mmlab/mmdetection',
},
{
'name': 'MMEditing',
'url': 'https://github.com/open-mmlab/mmediting',
},
{
'name': 'MMGeneration',
'url': 'https://github.com/open-mmlab/mmgeneration',
},
{
'name': 'MMOCR',
'url': 'https://github.com/open-mmlab/mmocr',
},
{
'name': 'MMPose',
'url': 'https://github.com/open-mmlab/mmpose',
},
{
'name': 'MMSegmentation',
'url': 'https://github.com/open-mmlab/mmsegmentation',
},
{
'name': 'MMTracking',
'url': 'https://github.com/open-mmlab/mmtracking',
},
]
'children': [{
'name':
'MMCV',
'url':
'https://mmcv.readthedocs.io/en/latest/',
'description':
'Foundational library for computer vision'
}, {
'name':
'MMDetection',
'url':
'https://mmdetection.readthedocs.io/en/latest/',
'description':
'Object detection toolbox and benchmark'
}, {
'name':
'MMAction2',
'url':
'https://mmaction2.readthedocs.io/en/latest/',
'description':
'Action understanding toolbox and benchmark'
}, {
'name':
'MMClassification',
'url':
'https://mmclassification.readthedocs.io/en/latest/',
'description':
'Image classification toolbox and benchmark'
}, {
'name':
'MMSegmentation',
'url':
'https://mmsegmentation.readthedocs.io/en/latest/',
'description':
'Semantic segmentation toolbox and benchmark'
}, {
'name': 'MMEditing',
'url': 'https://mmediting.readthedocs.io/en/latest/',
'description': 'Image and video editing toolbox'
}, {
'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':
......
......@@ -96,48 +96,59 @@ html_theme_options = {
{
'name':
'算法库',
'children': [
{
'name': 'MMAction2',
'url': 'https://github.com/open-mmlab/mmaction2',
},
{
'name': 'MMClassification',
'url': 'https://github.com/open-mmlab/mmclassification',
},
{
'name': 'MMCV',
'url': 'https://github.com/open-mmlab/mmmmcv',
},
{
'name': 'MMDetection',
'url': 'https://github.com/open-mmlab/mmdetection',
},
{
'name': 'MMEditing',
'url': 'https://github.com/open-mmlab/mmediting',
},
{
'name': 'MMGeneration',
'url': 'https://github.com/open-mmlab/mmgeneration',
},
{
'name': 'MMOCR',
'url': 'https://github.com/open-mmlab/mmocr',
},
{
'name': 'MMPose',
'url': 'https://github.com/open-mmlab/mmpose',
},
{
'name': 'MMSegmentation',
'url': 'https://github.com/open-mmlab/mmsegmentation',
},
{
'name': 'MMTracking',
'url': 'https://github.com/open-mmlab/mmtracking',
},
]
'children': [{
'name': 'MMCV',
'url': 'https://mmcv.readthedocs.io/zh_CN/latest/',
'description': '计算机视觉基础库'
}, {
'name': 'MMDetection',
'url': 'https://mmdetection.readthedocs.io/zh_CN/latest/',
'description': '检测工具箱与测试基准'
}, {
'name': 'MMAction2',
'url': 'https://mmaction2.readthedocs.io/zh_CN/latest/',
'description': '视频理解工具箱与测试基准'
}, {
'name': 'MMClassification',
'url': 'https://mmclassification.readthedocs.io/zh_CN/latest/',
'description': '图像分类工具箱与测试基准'
}, {
'name': 'MMSegmentation',
'url': 'https://mmsegmentation.readthedocs.io/zh_CN/latest/',
'description': '语义分割工具箱与测试基准'
}, {
'name': 'MMEditing',
'url': 'https://mmediting.readthedocs.io/zh_CN/latest/',
'description': '图像视频编辑工具箱'
}, {
'name': 'MMOCR',
'url': 'https://mmocr.readthedocs.io/zh_CN/latest/',
'description': '全流程文字检测识别理解工具包'
}, {
'name': 'MMPose',
'url': 'https://mmpose.readthedocs.io/zh_CN/latest/',
'description': '姿态估计工具箱与测试基准'
}, {
'name': 'MMTracking',
'url': 'https://mmtracking.readthedocs.io/zh_CN/latest/',
'description': '一体化视频目标感知平台'
}, {
'name': 'MMGeneration',
'url': 'https://mmgeneration.readthedocs.io/zh_CN/latest/',
'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':
......
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