Skip to content

Commit

Permalink
Fix MODEL_ZOO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hsfzxjy committed May 5, 2020
1 parent ee5696a commit db0d389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODEL_ZOO.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ python scripts/cityscapes/segfix.py \
```
where
+ `<SPLIT>` is `test` or `val`.
+ `<OFFSET_DIR>` is the location of SegFix offsets, default to `$DATA_ROOT/cityscapes/val/offset_pred/semantic/offset_hrnext/` or `$DATA_ROOT/cityscapes/test_offset/semantic/offset_hrnext/`.
+ `<OFFSET_DIR>` is the location of SegFix offsets, default to `$DATA_ROOT/cityscapes/val/offset_pred/instance/offset_hrnext/` or `$DATA_ROOT/cityscapes/test_offset/instance/offset_hrnext/`.
+ `<OUT_DIR>` is an optional output directory.


0 comments on commit db0d389

Please # to comment.