Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
c01715c7
"vscode:/vscode.git/clone" did not exist on "76bb54044eb387e9e3009bc169e93d66aa004a74"
Unverified
Commit
c01715c7
authored
Dec 06, 2021
by
ChaimZhu
Committed by
GitHub
Dec 06, 2021
Browse files
fix mmhuman3d reference (#1100)
parent
f95d1e53
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
136 additions
and
87 deletions
+136
-87
README.md
README.md
+2
-2
README_zh-CN.md
README_zh-CN.md
+1
-1
docs/conf.py
docs/conf.py
+80
-42
docs_zh-CN/conf.py
docs_zh-CN/conf.py
+53
-42
No files found.
README.md
View file @
c01715c7
...
...
@@ -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
F
ew
S
hot
L
earning
T
oolbox and
B
enchmark.
-
[
MMHuman3D
](
https://github.com/open-mmlab/mmhuman3d
)
: OpenMMLab
H
uman
Pose and Shape Estimation T
oolbox and
B
enchmark.
-
[
MMFewShot
](
https://github.com/open-mmlab/mmfewshot
)
: OpenMMLab
f
ew
s
hot
l
earning
t
oolbox and
b
enchmark.
-
[
MMHuman3D
](
https://github.com/open-mmlab/mmhuman3d
)
: OpenMMLab
3D h
uman
parametric model t
oolbox and
b
enchmark.
README_zh-CN.md
View file @
c01715c7
...
...
@@ -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 社区
...
...
docs/conf.py
View file @
c01715c7
...
...
@@ -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'
:
...
...
docs_zh-CN/conf.py
View file @
c01715c7
...
...
@@ -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'
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment