mirror of
https://github.com/Laurent2916/REVA-QCAV.git
synced 2024-11-08 14:39:00 +00:00
change args name
Former-commit-id: 22020bdda52ed24e2163083dc1fa6889ba266225
This commit is contained in:
parent
52ced2e757
commit
109cf3462b
|
@ -49,7 +49,7 @@ def get_args():
|
|||
parser.add_argument('--model', '-m', default='MODEL.pth', metavar='FILE',
|
||||
help='Specify the file in which the model is stored')
|
||||
parser.add_argument('--input', '-i', metavar='INPUT', nargs='+', help='Filenames of input images', required=True)
|
||||
parser.add_argument('--output', '-o', metavar='INPUT', nargs='+', help='Filenames of output images')
|
||||
parser.add_argument('--output', '-o', metavar='OUTPUT', nargs='+', help='Filenames of output images')
|
||||
parser.add_argument('--viz', '-v', action='store_true',
|
||||
help='Visualize the images as they are processed')
|
||||
parser.add_argument('--no-save', '-n', action='store_true', help='Do not save the output masks')
|
||||
|
|
Loading…
Reference in a new issue