Skip to content

Commit 5734aef

Browse files
authored
[Docs]Fix typo (#2546)
1 parent ee8f096 commit 5734aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/BEVFusion/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ python -m torch.distributed.launch --nnodes=1 --node_rank=0 --nproc_per_node=${N
5656
In MMDetection3D's root directory, run the following command to test the model:
5757

5858
```bash
59-
python tools/train.py projects/BEVFusion/configs/bevfusion_voxel0075_second_secfpn_8xb4-cyclic-20e_nus-3d.py ${CHECKPOINT_PATH}
59+
python tools/test.py projects/BEVFusion/configs/bevfusion_voxel0075_second_secfpn_8xb4-cyclic-20e_nus-3d.py ${CHECKPOINT_PATH}
6060
```
6161

6262
## Results and models

0 commit comments

Comments
 (0)