Skip to content

Commit

Permalink
Update GETTING_STARTED.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rayguan97 authored Aug 19, 2022
1 parent cb76890 commit 704bab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ and the model configs are located within [tools/cfgs/m3detr_models](https://gith
2. We provide `./scripts/dist_test.sh` that is able to test with a pretrained model. Run it with:
```
cd tools/
sh ./scripts/dist_test.sh 1 --cfg_file ./tools/cfgs/m3detr_models/m3detr_waymo_1500.yaml --workers 4 --ckpt /path/to/checkpoint_file --eval_tag test_out --batch_size 8 --save_to_file [--other-options]
sh ./scripts/dist_test.sh 1 --cfg_file ./cfgs/m3detr_models/m3detr_waymo_1500.yaml --workers 4 --ckpt /path/to/checkpoint_file --eval_tag test_out --batch_size 8 --save_to_file [--other-options]
```

### Train a Model
We provide `./scripts/dist_train.sh` that is able to train a model with the specified config file. Run it with:
```
cd tools/
sh ./scripts/dist_train.sh 1 --cfg_file ./tools/cfgs/m3detr_models/m3detr_waymo_1500.yaml --workers 4
sh ./scripts/dist_train.sh 1 --cfg_file ./cfgs/m3detr_models/m3detr_waymo_1500.yaml --workers 4
```
For more options, see ./scripts/dist_train.sh.
For more options, see ./scripts/dist_train.sh.

0 comments on commit 704bab1

Please sign in to comment.