From 567a7009bdec15eac9e6655a77b4c50ae4bf01d4 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 15 May 2018 04:37:49 +0200 Subject: testy --- options/dataset_options.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'options/dataset_options.py') diff --git a/options/dataset_options.py b/options/dataset_options.py index 07221cb..07d9e87 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -108,6 +108,14 @@ class DatasetOptions(BaseOptions): type=float, help='axis of roll' ) + + self.parser.add_argument( + '--process-frac', + default=0.5, + type=float, + help='amount of processed image (clahe, poster, etc) to use in feeder step' + ) + ### GRAYSCALE self.parser.add_argument( -- cgit v1.2.3-70-g09d2