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