diff options
Diffstat (limited to 'options/dataset_options.py')
| -rw-r--r-- | options/dataset_options.py | 8 |
1 files changed, 4 insertions, 4 deletions
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' ) |
