Unverified Commit a59df77d authored by Lynn's avatar Lynn Committed by GitHub
Browse files

Removed trailing spaces that broke commands in GETTING_STARTED.md (#436)

parent 725c59fd
...@@ -52,7 +52,7 @@ pip install nuscenes-devkit==1.0.5 ...@@ -52,7 +52,7 @@ pip install nuscenes-devkit==1.0.5
* Generate the data infos by running the following command (it may take several hours): * Generate the data infos by running the following command (it may take several hours):
```python ```python
python -m pcdet.datasets.nuscenes.nuscenes_dataset --func create_nuscenes_infos \ python -m pcdet.datasets.nuscenes.nuscenes_dataset --func create_nuscenes_infos \
--cfg_file tools/cfgs/dataset_configs/nuscenes_dataset.yaml \ --cfg_file tools/cfgs/dataset_configs/nuscenes_dataset.yaml \
--version v1.0-trainval --version v1.0-trainval
``` ```
...@@ -115,7 +115,7 @@ sh scripts/dist_test.sh ${NUM_GPUS} \ ...@@ -115,7 +115,7 @@ sh scripts/dist_test.sh ${NUM_GPUS} \
# or # or
sh scripts/slurm_test_mgpu.sh ${PARTITION} ${NUM_GPUS} \ sh scripts/slurm_test_mgpu.sh ${PARTITION} ${NUM_GPUS} \
--cfg_file ${CONFIG_FILE} --batch_size ${BATCH_SIZE} --cfg_file ${CONFIG_FILE} --batch_size ${BATCH_SIZE}
``` ```
......
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