From db0d3894673015e9350881db2d02175b0a263368 Mon Sep 17 00:00:00 2001 From: hsfzxjy Date: Tue, 5 May 2020 22:12:27 +0800 Subject: [PATCH] Fix MODEL_ZOO.md --- MODEL_ZOO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.