Skip to content

Commit

Permalink
add mmhuman3d in readme (#6699)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCMax authored and ZwwWayne committed Dec 14, 2021
1 parent 2fb1b11 commit 8080c46
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 94 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ If you use this toolbox or benchmark in your research, please cite this project.
- [MMTracking](https://github.com/open-mmlab/mmtracking): OpenMMLab video perception toolbox and benchmark.
- [MMPose](https://github.com/open-mmlab/mmpose): OpenMMLab pose estimation toolbox and benchmark.
- [MMEditing](https://github.com/open-mmlab/mmediting): OpenMMLab image and video editing toolbox.
- [MMOCR](https://github.com/open-mmlab/mmocr): A Comprehensive Toolbox for Text Detection, Recognition and Understanding.
- [MMOCR](https://github.com/open-mmlab/mmocr): A comprehensive toolbox for text detection, recognition and understanding.
- [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.
- [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.
2 changes: 2 additions & 0 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ MMDetection 是一款由来自不同高校和企业的研发人员共同参与
- [MMOCR](https://github.com/open-mmlab/mmocr): OpenMMLab 全流程文字检测识别理解工具包
- [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
130 changes: 84 additions & 46 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,52 +90,90 @@ def get_version():
{
'name':
'Projects',
'children': [
{
'name': 'MMAction2',
'url': 'https://github.com/open-mmlab/mmaction2',
},
{
'name': 'MMClassification',
'url': 'https://github.com/open-mmlab/mmclassification',
},
{
'name': 'MMDetection',
'url': 'https://github.com/open-mmlab/mmdetection',
},
{
'name': 'MMDetection3D',
'url': 'https://github.com/open-mmlab/mmdetection3d',
},
{
'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',
},
{
'name': 'MMFlow',
'url': 'https://github.com/open-mmlab/mmflow',
},
]
'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': 'MMDetection3D',
'url': 'https://mmdetection3d.readthedocs.io/en/latest/',
'description': 'General 3D object detection platform'
}, {
'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':
Expand Down
103 changes: 57 additions & 46 deletions docs_zh-CN/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,52 +90,63 @@ def get_version():
{
'name':
'算法库',
'children': [
{
'name': 'MMAction2',
'url': 'https://github.com/open-mmlab/mmaction2',
},
{
'name': 'MMClassification',
'url': 'https://github.com/open-mmlab/mmclassification',
},
{
'name': 'MMDetection',
'url': 'https://github.com/open-mmlab/mmdetection',
},
{
'name': 'MMDetection3D',
'url': 'https://github.com/open-mmlab/mmdetection3d',
},
{
'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',
},
{
'name': 'MMFlow',
'url': 'https://github.com/open-mmlab/mmflow',
},
]
'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': 'MMDetection3D',
'url': 'https://mmdetection3d.readthedocs.io/zh_CN/latest/',
'description': '通用3D目标检测平台'
}, {
'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':
Expand Down

0 comments on commit 8080c46

Please sign in to comment.