We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300f42d commit c2608b2Copy full SHA for c2608b2
docs/getting_started.md
@@ -252,7 +252,7 @@ Assume that you have already downloaded the checkpoints to the directory `checkp
252
```shell
253
./tools/dist_test.sh configs/pspnet/pspnet_r50-d8_512x1024_40k_cityscapes.py \
254
checkpoints/pspnet_r50-d8_512x1024_40k_cityscapes_20200605_003338-2966598c.pth \
255
- 4 --format-only --options "imgfile_prefix=./pspnet_test_results"
+ 4 --format-only --eval-options "imgfile_prefix=./pspnet_test_results"
256
```
257
258
You will get png files under `./pspnet_test_results` directory.
0 commit comments