From 189758167550f7625f6f7533a79e00003761f9b1 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid <7303830+kabouzeid@users.noreply.github.com> Date: Mon, 22 May 2023 12:45:39 +0200 Subject: [PATCH] Fix typo --- projects/BEVFusion/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/BEVFusion/README.md b/projects/BEVFusion/README.md index ee4df1045c..dd4ee70212 100644 --- a/projects/BEVFusion/README.md +++ b/projects/BEVFusion/README.md @@ -56,7 +56,7 @@ python -m torch.distributed.launch --nnodes=1 --node_rank=0 --nproc_per_node=${N In MMDetection3D's root directory, run the following command to test the model: ```bash -python tools/train.py projects/BEVFusion/configs/bevfusion_voxel0075_second_secfpn_8xb4-cyclic-20e_nus-3d.py ${CHECKPOINT_PATH} +python tools/test.py projects/BEVFusion/configs/bevfusion_voxel0075_second_secfpn_8xb4-cyclic-20e_nus-3d.py ${CHECKPOINT_PATH} ``` ## Results and models