diff options
Diffstat (limited to 'options/dataset_options.py')
| -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( |
