From b1ac6476483186dafbd4e3f5e1d6a269388d7f59 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 16 Jul 2018 16:40:53 +0200 Subject: hsl --- options/dataset_options.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'options') diff --git a/options/dataset_options.py b/options/dataset_options.py index 8b638e0..1692766 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -284,22 +284,22 @@ class DatasetOptions(BaseOptions): self.parser.add_argument( '--hue', - default=0.0, - type=float, + default=0, + type=int, help='hue rotation' ) self.parser.add_argument( '--saturation', - default=0.0, - type=float, + default=0, + type=int, help='saturation' ) self.parser.add_argument( '--luminosity', - default=0.0, - type=float, + default=0, + type=int, help='luminosity' ) -- cgit v1.2.3-70-g09d2