summaryrefslogtreecommitdiff
path: root/options/dataset_options.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-21 03:40:07 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-21 03:40:07 +0200
commit49183a99cff5b4b02343b37dd50626adbc333d6a (patch)
treefb739ae8520b55441c93d421b76d3c60ce34ca8e /options/dataset_options.py
parent34454dddad335b3357e384301608e949d6fc3707 (diff)
un rato
Diffstat (limited to 'options/dataset_options.py')
-rw-r--r--options/dataset_options.py8
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'
)