diff --git a/MODEL_ZOO.md b/MODEL_ZOO.md index dc581fc..2415100 100755 --- a/MODEL_ZOO.md +++ b/MODEL_ZOO.md @@ -109,7 +109,7 @@ python scripts/cityscapes/segfix.py \ ``` where + `` is `test` or `val`. - + `` 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/`. + + `` 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/`. + `` is an optional output directory.