mirror of
https://github.com/open-mmlab/mmfewshot.git
synced 2025-06-03 14:49:43 +08:00
[Docs] update human3d link (#19)
This commit is contained in:
parent
0b0f8b3966
commit
31583cccb8
@ -142,8 +142,8 @@ mmfewshot is an open source project that is contributed by researchers and engin
|
||||
- [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.
|
||||
- [MMGeneration](https://github.com/open-mmlab/mmgeneration): OpenMMLab image and video generative models toolbox.
|
||||
- [MMOCR](https://github.com/open-mmlab/mmocr): A comprehensive toolbox for text detection, recognition and understanding.
|
||||
- [MMGeneration](https://github.com/open-mmlab/mmgeneration): OpenMMLab's next-generation toolbox for generative models.
|
||||
- [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 3D Human Parametric Model 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.
|
||||
|
176
docs/conf.py
176
docs/conf.py
@ -87,92 +87,104 @@ html_theme_options = {
|
||||
},
|
||||
{
|
||||
'name':
|
||||
'Docs',
|
||||
'children': [
|
||||
{
|
||||
'name': 'MMCV',
|
||||
'url': 'https://mmcv.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MIM',
|
||||
'url': 'https://openmim.readthedocs.io/en/latest/'
|
||||
},
|
||||
{
|
||||
'name': 'MMAction2',
|
||||
'url': 'https://mmaction2.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMClassification',
|
||||
'url':
|
||||
'https://mmclassification.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMDetection',
|
||||
'url': 'https://mmdetection.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMDetection3D',
|
||||
'url': 'https://mmdetection3d.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMEditing',
|
||||
'url': 'https://mmediting.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMGeneration',
|
||||
'url': 'https://mmgeneration.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMOCR',
|
||||
'url': 'https://mmocr.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMPose',
|
||||
'url': 'https://mmpose.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMSegmentation',
|
||||
'url': 'https://mmsegmentation.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMTracking',
|
||||
'url': 'https://mmtracking.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMFlow',
|
||||
'url': 'https://mmflow.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMFewShot',
|
||||
'url': 'https://mmfewshot.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMHuman3D',
|
||||
'url': 'https://github.com/open-mmlab/mmhuman3d',
|
||||
},
|
||||
]
|
||||
'Projects',
|
||||
'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':
|
||||
'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':
|
||||
'OpenMMLab',
|
||||
'children': [
|
||||
{
|
||||
'name': 'Homepage',
|
||||
'url': 'https://openmmlab.com/'
|
||||
},
|
||||
{
|
||||
'name': 'GitHub',
|
||||
'url': 'https://github.com/open-mmlab/'
|
||||
},
|
||||
{
|
||||
'name': 'Twitter',
|
||||
'url': 'https://twitter.com/OpenMMLab'
|
||||
},
|
||||
{
|
||||
'name': 'Zhihu',
|
||||
'url': 'https://zhihu.com/people/openmmlab'
|
||||
},
|
||||
]
|
||||
'children': [{
|
||||
'name': 'Homepage',
|
||||
'url': 'https://openmmlab.com/'
|
||||
}, {
|
||||
'name': 'GitHub',
|
||||
'url': 'https://github.com/open-mmlab/'
|
||||
}, {
|
||||
'name': 'Twitter',
|
||||
'url': 'https://twitter.com/OpenMMLab'
|
||||
}, {
|
||||
'name': 'Zhihu',
|
||||
'url': 'https://zhihu.com/people/openmmlab'
|
||||
}]
|
||||
},
|
||||
]
|
||||
}
|
||||
|
@ -87,94 +87,77 @@ html_theme_options = {
|
||||
},
|
||||
{
|
||||
'name':
|
||||
'文档',
|
||||
'children': [
|
||||
{
|
||||
'name': 'MMCV',
|
||||
'url': 'https://mmcv.readthedocs.io/zh_CN/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MIM',
|
||||
'url': 'https://openmim.readthedocs.io/en/latest/'
|
||||
},
|
||||
{
|
||||
'name': 'MMAction2',
|
||||
'url': 'https://mmaction2.readthedocs.io/zh_CN/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMClassification',
|
||||
'url':
|
||||
'https://mmclassification.readthedocs.io/zh_CN/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMDetection',
|
||||
'url': 'https://mmdetection.readthedocs.io/zh_CN/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMDetection3D',
|
||||
'url':
|
||||
'https://mmdetection3d.readthedocs.io/zh_CN/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMEditing',
|
||||
'url': 'https://mmediting.readthedocs.io/zh_CN/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMGeneration',
|
||||
'url': 'https://mmgeneration.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMOCR',
|
||||
'url': 'https://mmocr.readthedocs.io/zh_CN/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMPose',
|
||||
'url': 'https://mmpose.readthedocs.io/zh_CN/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMSegmentation',
|
||||
'url':
|
||||
'https://mmsegmentation.readthedocs.io/zh_CN/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMTracking',
|
||||
'url': 'https://mmtracking.readthedocs.io/zh_CN/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMFlow',
|
||||
'url': 'https://mmflow.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMFewShot',
|
||||
'url': 'https://mmfewshot.readthedocs.io/zh_CN/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMHuman3D',
|
||||
'url': 'https://github.com/open-mmlab/mmhuman3d',
|
||||
},
|
||||
]
|
||||
'算法库',
|
||||
'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': '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/zh_CN/latest/',
|
||||
'description': 'OpenMMLab 人体参数化模型工具箱与测试基准.'
|
||||
}]
|
||||
},
|
||||
{
|
||||
'name':
|
||||
'OpenMMLab',
|
||||
'children': [
|
||||
{
|
||||
'name': 'Homepage',
|
||||
'url': 'https://openmmlab.com/'
|
||||
},
|
||||
{
|
||||
'name': 'GitHub',
|
||||
'url': 'https://github.com/open-mmlab/'
|
||||
},
|
||||
{
|
||||
'name': 'Twitter',
|
||||
'url': 'https://twitter.com/OpenMMLab'
|
||||
},
|
||||
{
|
||||
'name': 'Zhihu',
|
||||
'url': 'https://zhihu.com/people/openmmlab'
|
||||
},
|
||||
]
|
||||
'children': [{
|
||||
'name': '主页',
|
||||
'url': 'https://openmmlab.com/'
|
||||
}, {
|
||||
'name': 'GitHub',
|
||||
'url': 'https://github.com/open-mmlab/'
|
||||
}, {
|
||||
'name': '推特',
|
||||
'url': 'https://twitter.com/OpenMMLab'
|
||||
}, {
|
||||
'name': '知乎',
|
||||
'url': 'https://zhihu.com/people/openmmlab'
|
||||
}]
|
||||
},
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user