From 49183a99cff5b4b02343b37dd50626adbc333d6a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 21 May 2018 03:40:07 +0200 Subject: un rato --- options/dataset_options.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'options/dataset_options.py') diff --git a/options/dataset_options.py b/options/dataset_options.py index a201903..543d776 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -75,20 +75,20 @@ class DatasetOptions(BaseOptions): ## LIVE IMAGE PROCESSING self.parser.add_argument( - '--send_image', + '--send-image', type=str, default='b', - help='which image to send... a, b, a_mix, sequence' + help='which image to send... a, b, recursive, sequence' ) self.parser.add_argument( - '--store_a', + '--store-a', action='store_true', help='dont remove the generated A image after processing it' ) self.parser.add_argument( - '--store_b', + '--store-b', action='store_true', help='after generating a B image, save it to disk' ) -- cgit v1.2.3-70-g09d2