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
e8fe89f5
Unverified
Commit
e8fe89f5
authored
Mar 09, 2022
by
Xiangxu-0103
Committed by
GitHub
Mar 09, 2022
Browse files
[Fix] Fix typo in 1_exist_data_model docs (#1300)
* Update 1_exist_data_model.md * Update 1_exist_data_model.md
parent
0d5a5d77
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
docs/en/1_exist_data_model.md
docs/en/1_exist_data_model.md
+1
-1
docs/zh_cn/1_exist_data_model.md
docs/zh_cn/1_exist_data_model.md
+3
-2
No files found.
docs/en/1_exist_data_model.md
View file @
e8fe89f5
...
...
@@ -66,7 +66,7 @@ Assume that you have already downloaded the checkpoints to the directory `checkp
--eval
mAP
```
4.
Test SECOND with 8 GPUs, and evaluate the mAP.
4.
Test SECOND
on KITTI
with 8 GPUs, and evaluate the mAP.
```
shell
./tools/slurm_test.sh
${
PARTITION
}
${
JOB_NAME
}
configs/second/hv_second_secfpn_6x8_80e_kitti-3d-3class.py
\
...
...
docs/zh_cn/1_exist_data_model.md
View file @
e8fe89f5
...
...
@@ -9,6 +9,7 @@
### 在标准数据集上测试已有模型
-
单显卡
-
CPU
-
单节点多显卡
-
多节点
...
...
@@ -65,7 +66,7 @@ python tools/test.py ${CONFIG_FILE} ${CHECKPOINT_FILE} [--out ${RESULT_FILE}] [-
--eval
mAP
```
4.
使用8块显卡测试 SECOND,计算 mAP
4.
使用8块显卡
在 KITTI 数据集上
测试 SECOND,计算 mAP
```
shell
./tools/slurm_test.sh
${
PARTITION
}
${
JOB_NAME
}
configs/second/hv_second_secfpn_6x8_80e_kitti-3d-3class.py
\
...
...
@@ -83,7 +84,7 @@ python tools/test.py ${CONFIG_FILE} ${CHECKPOINT_FILE} [--out ${RESULT_FILE}] [-
生成的结果会保存在
`./pointpillars_nuscenes_results`
目录。
6.
使用8块显卡在 KITTI 数据集上测试
PointPillars
,生成提交给官方评测服务器的
json
文件
6.
使用8块显卡在 KITTI 数据集上测试
SECOND
,生成提交给官方评测服务器的
txt
文件
```
shell
./tools/slurm_test.sh
${
PARTITION
}
${
JOB_NAME
}
configs/second/hv_second_secfpn_6x8_80e_kitti-3d-3class.py
\
...
...
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