diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:37:49 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:37:49 +0200 |
| commit | 567a7009bdec15eac9e6655a77b4c50ae4bf01d4 (patch) | |
| tree | db947ab60a03a7b3a1653f05300fe5591c1ad23f /options | |
| parent | dcd5a47b00bdd589820025e995b6dedf3efad957 (diff) | |
testy
Diffstat (limited to 'options')
| -rw-r--r-- | options/dataset_options.py | 8 |
1 files changed, 8 insertions, 0 deletions
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( |
