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
90f21a59
Unverified
Commit
90f21a59
authored
Oct 27, 2021
by
Wenhao Wu
Committed by
GitHub
Oct 27, 2021
Browse files
[Fix] Fix Chinese link in docs (#1015)
parent
45e70078
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
10 deletions
+10
-10
docs_zh-CN/1_exist_data_model.md
docs_zh-CN/1_exist_data_model.md
+1
-1
docs_zh-CN/2_new_data_model.md
docs_zh-CN/2_new_data_model.md
+4
-4
docs_zh-CN/datasets/nuscenes_det.md
docs_zh-CN/datasets/nuscenes_det.md
+1
-1
docs_zh-CN/demo.md
docs_zh-CN/demo.md
+1
-1
docs_zh-CN/tutorials/customize_dataset.md
docs_zh-CN/tutorials/customize_dataset.md
+1
-1
docs_zh-CN/tutorials/customize_runtime.md
docs_zh-CN/tutorials/customize_runtime.md
+1
-1
docs_zh-CN/useful_tools.md
docs_zh-CN/useful_tools.md
+1
-1
No files found.
docs_zh-CN/1_exist_data_model.md
View file @
90f21a59
...
...
@@ -4,7 +4,7 @@
这里我们提供了评测 SUNRGBD、ScanNet、KITTI 等多个数据集的测试脚本。
请参考
[
开始
](
https://mmdetection3d.readthedocs.io/
en
/latest/getting_started.html
)
下的验证/样例来获取更容易集成到其它项目和基本样例的高级接口。
请参考
[
开始
](
https://mmdetection3d.readthedocs.io/
zh_CN
/latest/getting_started.html
)
下的验证/样例来获取更容易集成到其它项目和基本样例的高级接口。
### 在标准数据集上测试已有模型
...
...
docs_zh-CN/2_new_data_model.md
View file @
90f21a59
...
...
@@ -70,7 +70,7 @@ KITTI 官方提供的目标检测开发[工具包](https://s3.eu-central-1.amazo
具体来说,首先使用
[
数据转换器
](
https://github.com/open-mmlab/mmdetection3d/blob/master/tools/data_converter/waymo_converter.py
)
将 Waymo 数据集转换成 KITTI 数据集的格式,并定义
[
Waymo 类
](
https://github.com/open-mmlab/mmdetection3d/blob/master/mmdet3d/datasets/waymo_dataset.py
)
对转换的数据进行处理。因为我们将 Waymo 原始数据集进行预处理并重新组织成 KITTI 数据集的格式,因此可以比较容易通过继承 KittiDataset 类来实现 WaymoDataset 类。需要注意的是,由于 Waymo 数据集有相应的官方评估方法,我们需要在定义新数据类的过程中引入官方评估方法,此时用户可以顺利的转换 Waymo 数据的格式,并使用
`WaymoDataset`
数据类进行模型的训练和评估。
更多关于 Waymo 数据集预处理的中间结果的细节,请参照对应的
[
说明文档
](
https://mmdetection3d.readthedocs.io/
en
/latest/
tutorial
s/waymo.html
)
。
更多关于 Waymo 数据集预处理的中间结果的细节,请参照对应的
[
说明文档
](
https://mmdetection3d.readthedocs.io/
zh_CN
/latest/
dataset
s/waymo
_det
.html
)
。
## 准备配置文件
...
...
@@ -87,7 +87,7 @@ KITTI 官方提供的目标检测开发[工具包](https://s3.eu-central-1.amazo
python tools/train.py configs/pointpillars/hv_pointpillars_secfpn_sbn_2x16_2x_waymoD5-3d-3class.py
```
更多的使用细节,请参考
[
案例 1
](
https://mmdetection3d.readthedocs.io/
en
/latest/1_exist_data_model.html
)
。
更多的使用细节,请参考
[
案例 1
](
https://mmdetection3d.readthedocs.io/
zh_CN
/latest/1_exist_data_model.html
)
。
## 测试和推理
...
...
@@ -97,6 +97,6 @@ python tools/train.py configs/pointpillars/hv_pointpillars_secfpn_sbn_2x16_2x_wa
python tools/test.py configs/pointpillars/hv_pointpillars_secfpn_sbn_2x16_2x_waymoD5-3d-3class.py work_dirs/hv_pointpillars_secfpn_sbn_2x16_2x_waymoD5-3d-3class/latest.pth
--eval
waymo
```
**注意**
:为了使用 Waymo 数据集的评估方法,需要参考
[
说明文档
](
https://mmdetection3d.readthedocs.io/
en
/latest/
tutorial
s/waymo.html
)
并按照官方指导来准备与评估相关联的文件。
**注意**
:为了使用 Waymo 数据集的评估方法,需要参考
[
说明文档
](
https://mmdetection3d.readthedocs.io/
zh_CN
/latest/
dataset
s/waymo
_det
.html
)
并按照官方指导来准备与评估相关联的文件。
更多有关测试和推理的使用细节,请参考
[
案例 1
](
https://mmdetection3d.readthedocs.io/
en
/latest/1_exist_data_model.html
)
。
更多有关测试和推理的使用细节,请参考
[
案例 1
](
https://mmdetection3d.readthedocs.io/
zh_CN
/latest/1_exist_data_model.html
)
。
docs_zh-CN/datasets/nuscenes_det.md
View file @
90f21a59
...
...
@@ -248,7 +248,7 @@ barrier 0.466 0.581 0.269 0.169 nan nan
生成
`work_dirs/pp-nus/results_eval.json`
后,您可以压缩并提交给 nuScenes 基准测试。更多信息请参考
[
nuScenes 官方网站
](
https://www.nuscenes.org/object-detection?externalData=all&mapData=all&modalities=Any
)
。
我们还可以使用我们开发的可视化工具将预测结果可视化。更多细节请参考
[
可视化文档
](
https://mmdetection3d.readthedocs.io/
en
/latest/useful_tools.html#
visualization
)
。
我们还可以使用我们开发的可视化工具将预测结果可视化。更多细节请参考
[
可视化文档
](
https://mmdetection3d.readthedocs.io/
zh_CN
/latest/useful_tools.html#
id2
)
。
## Notes
...
...
docs_zh-CN/demo.md
View file @
90f21a59
...
...
@@ -2,7 +2,7 @@
# 介绍
我们提供了多模态/单模态(基于激光雷达/图像)、室内/室外场景的 3D 检测和 3D 语义分割样例的脚本,预训练模型可以从
[
Model Zoo
](
https://github.com/open-mmlab/mmdetection3d/blob/master/docs/model_zoo.md/
)
下载。我们也提供了 KITTI、SUN RGB-D、nuScenes 和 ScanNet 数据集的预处理样本数据,你可以根据我们的预处理步骤使用任何其它数据。
我们提供了多模态/单模态(基于激光雷达/图像)、室内/室外场景的 3D 检测和 3D 语义分割样例的脚本,预训练模型可以从
[
Model Zoo
](
https://github.com/open-mmlab/mmdetection3d/blob/master/docs
_zh-CN
/model_zoo.md/
)
下载。我们也提供了 KITTI、SUN RGB-D、nuScenes 和 ScanNet 数据集的预处理样本数据,你可以根据我们的预处理步骤使用任何其它数据。
## 测试
...
...
docs_zh-CN/tutorials/customize_dataset.md
View file @
90f21a59
...
...
@@ -8,7 +8,7 @@
对于那些不便于在线读取的数据,最简单的方法是将新数据集的格式转换为现有数据集的格式。
通常来说,我们需要一个数据转换器来重新组织原始数据的格式,并将对应的标注格式转换为 KITTI 数据集的风格;当现有数据集与新数据集存在差异时,可以通过定义一个从现有数据集类继承而来的新数据集类来处理具体的差异;最后,用户需要进一步修改配置文件来调用新的数据集。可以参考如何通过将 Waymo 数据集转换为 KITTI 数据集的风格并进一步训练模型的
[
例子
](
https://mmdetection3d.readthedocs.io/
en
/latest/2_new_data_model.html
)
。
通常来说,我们需要一个数据转换器来重新组织原始数据的格式,并将对应的标注格式转换为 KITTI 数据集的风格;当现有数据集与新数据集存在差异时,可以通过定义一个从现有数据集类继承而来的新数据集类来处理具体的差异;最后,用户需要进一步修改配置文件来调用新的数据集。可以参考如何通过将 Waymo 数据集转换为 KITTI 数据集的风格并进一步训练模型的
[
例子
](
https://mmdetection3d.readthedocs.io/
zh_CN
/latest/2_new_data_model.html
)
。
### 将新数据集的格式转换为一种当前可支持的中间格式
...
...
docs_zh-CN/tutorials/customize_runtime.md
View file @
90f21a59
...
...
@@ -121,7 +121,7 @@ class MyOptimizerConstructor(object):
_delete_=True, grad_clip=dict(max_norm=35, norm_type=2))
```
如果您的配置继承了一个已经设置了 `optimizer_config` 的基础配置,那么您可能需要 `_delete_=True` 字段来覆盖基础配置中无用的设置。详见配置文件的[说明文档](https://mmdetection.readthedocs.io/
en
/latest/tutorials/config.html)。
如果您的配置继承了一个已经设置了 `optimizer_config` 的基础配置,那么您可能需要 `_delete_=True` 字段来覆盖基础配置中无用的设置。详见配置文件的[说明文档](https://mmdetection.readthedocs.io/
zh_CN
/latest/tutorials/config.html)。
-
__使用动量规划器 (momentum scheduler) 来加速模型收敛__:
...
...
docs_zh-CN/useful_tools.md
View file @
90f21a59
...
...
@@ -208,7 +208,7 @@ python -u tools/data_converter/nuimage_converter.py --data-root ${DATA_ROOT} --v
- `--nproc`: 数据准备的进程数,默认为 `4`。由于图片是并行处理的,更大的进程数目能够减少准备时间。
- `--extra-tag`: 注释的额外标签,默认为 `nuimages`。这可用于将不同时间处理的不同注释分开以供研究。
更多的数据准备细节参考 [doc](https://mmdetection3d.readthedocs.io/
en
/latest/data_preparation.html),nuImages 数据集的细节参考 [README](https://github.com/open-mmlab/mmdetection3d/blob/master/configs/nuimages/README.md/)。
更多的数据准备细节参考 [doc](https://mmdetection3d.readthedocs.io/
zh_CN
/latest/data_preparation.html),nuImages 数据集的细节参考 [README](https://github.com/open-mmlab/mmdetection3d/blob/master/configs/nuimages/README.md/)。
 
...
...
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