Skip to content

Commit c2608b2

Browse files
authored
update test tutorial: --eval-options instead of --options to set extra options (open-mmlab#251)
1 parent 300f42d commit c2608b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Assume that you have already downloaded the checkpoints to the directory `checkp
252252
```shell
253253
./tools/dist_test.sh configs/pspnet/pspnet_r50-d8_512x1024_40k_cityscapes.py \
254254
checkpoints/pspnet_r50-d8_512x1024_40k_cityscapes_20200605_003338-2966598c.pth \
255-
4 --format-only --options "imgfile_prefix=./pspnet_test_results"
255+
4 --format-only --eval-options "imgfile_prefix=./pspnet_test_results"
256256
```
257257

258258
You will get png files under `./pspnet_test_results` directory.

0 commit comments

Comments
 (0)