Skip to content

Commit

Permalink
update dataset to dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hkchengrex committed May 23, 2020
1 parent 55e6d73 commit b6ea045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/testing_scene_parsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/testing_segmentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
Expand Down

0 comments on commit b6ea045

Please sign in to comment.