Unverified Commit e8fe89f5 authored by Xiangxu-0103's avatar Xiangxu-0103 Committed by GitHub
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
...@@ -66,7 +66,7 @@ Assume that you have already downloaded the checkpoints to the directory `checkp ...@@ -66,7 +66,7 @@ Assume that you have already downloaded the checkpoints to the directory `checkp
--eval mAP --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 ```shell
./tools/slurm_test.sh ${PARTITION} ${JOB_NAME} configs/second/hv_second_secfpn_6x8_80e_kitti-3d-3class.py \ ./tools/slurm_test.sh ${PARTITION} ${JOB_NAME} configs/second/hv_second_secfpn_6x8_80e_kitti-3d-3class.py \
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
### 在标准数据集上测试已有模型 ### 在标准数据集上测试已有模型
- 单显卡 - 单显卡
- CPU
- 单节点多显卡 - 单节点多显卡
- 多节点 - 多节点
...@@ -65,7 +66,7 @@ python tools/test.py ${CONFIG_FILE} ${CHECKPOINT_FILE} [--out ${RESULT_FILE}] [- ...@@ -65,7 +66,7 @@ python tools/test.py ${CONFIG_FILE} ${CHECKPOINT_FILE} [--out ${RESULT_FILE}] [-
--eval mAP --eval mAP
``` ```
4. 使用8块显卡测试 SECOND,计算 mAP 4. 使用8块显卡在 KITTI 数据集上测试 SECOND,计算 mAP
```shell ```shell
./tools/slurm_test.sh ${PARTITION} ${JOB_NAME} configs/second/hv_second_secfpn_6x8_80e_kitti-3d-3class.py \ ./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}] [- ...@@ -83,7 +84,7 @@ python tools/test.py ${CONFIG_FILE} ${CHECKPOINT_FILE} [--out ${RESULT_FILE}] [-
生成的结果会保存在 `./pointpillars_nuscenes_results` 目录。 生成的结果会保存在 `./pointpillars_nuscenes_results` 目录。
6. 使用8块显卡在 KITTI 数据集上测试 PointPillars,生成提交给官方评测服务器的 json 文件 6. 使用8块显卡在 KITTI 数据集上测试 SECOND,生成提交给官方评测服务器的 txt 文件
```shell ```shell
./tools/slurm_test.sh ${PARTITION} ${JOB_NAME} configs/second/hv_second_secfpn_6x8_80e_kitti-3d-3class.py \ ./tools/slurm_test.sh ${PARTITION} ${JOB_NAME} configs/second/hv_second_secfpn_6x8_80e_kitti-3d-3class.py \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment