From c2608b212a1ec1c27b236ed36aefa457a1a01644 Mon Sep 17 00:00:00 2001 From: Jinkun Cao Date: Mon, 16 Nov 2020 17:32:53 +0800 Subject: [PATCH] update test tutorial: --eval-options instead of --options to set extra options (#251) --- docs/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 15fd155b5..37bad85f8 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -252,7 +252,7 @@ Assume that you have already downloaded the checkpoints to the directory `checkp ```shell ./tools/dist_test.sh configs/pspnet/pspnet_r50-d8_512x1024_40k_cityscapes.py \ checkpoints/pspnet_r50-d8_512x1024_40k_cityscapes_20200605_003338-2966598c.pth \ - 4 --format-only --options "imgfile_prefix=./pspnet_test_results" + 4 --format-only --eval-options "imgfile_prefix=./pspnet_test_results" ``` You will get png files under `./pspnet_test_results` directory.