From b6ea0454f9b9953f9dffb3d080649fd56664e101 Mon Sep 17 00:00:00 2001 From: Rex Date: Sat, 23 May 2020 17:46:06 +0800 Subject: [PATCH] update dataset to dir --- docs/testing_scene_parsing.md | 2 +- docs/testing_segmentation.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/testing_scene_parsing.md b/docs/testing_scene_parsing.md index bff28ce..35f6b88 100644 --- a/docs/testing_scene_parsing.md +++ b/docs/testing_scene_parsing.md @@ -21,7 +21,7 @@ To run step 3, append an extra flag `--ade` to `eval.py`. ``` bash # From CascadePSP/ python eval.py \ - --dataset testset_directory \ + --dir testset_directory \ --model model_name \ --output output_directory \ --ade diff --git a/docs/testing_segmentation.md b/docs/testing_segmentation.md index 9c23c20..374f738 100644 --- a/docs/testing_segmentation.md +++ b/docs/testing_segmentation.md @@ -22,7 +22,7 @@ To refine on high-resolution segmentations using both the Global and Local step ``` bash # From CascadePSP/ python eval.py \ - --dataset testset_directory \ + --dir testset_directory \ --model model_name \ --output output_directory ``` @@ -32,7 +32,7 @@ To refine on low-resolution segmentations, we can skip the Local step (though us ``` bash # From CascadePSP/ python eval.py \ - --dataset testset_directory \ + --dir testset_directory \ --model model_name \ --output output_directory \ --global_only