Skip to content

Commit

Permalink
Add more examples for -suffix-files-seg flag
Browse files Browse the repository at this point in the history
  • Loading branch information
valosekj committed Jun 29, 2023
1 parent b1cf43e commit c595ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual_correction.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def get_parser():
)
parser.add_argument(
'-suffix-files-seg',
help="FILES-SEG suffix. Examples: '_seg' (default), '_label-SC_mask'.",
help="FILES-SEG suffix. Examples: '_seg' (default), '_seg-manual', '_label-SC_mask'.",
default='_seg'
)
parser.add_argument(
Expand Down

0 comments on commit c595ced

Please sign in to comment.