diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-13 18:58:43 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-13 18:58:43 +0200 |
| commit | f987d163754044f6dc032325766f4c6c7e1dc401 (patch) | |
| tree | b9861a75144665f6f8cf3e4e4301dbce0ab0dafc /options | |
| parent | 908e0644bacad5850798c52c1c050f5f733040a2 (diff) | |
paths
Diffstat (limited to 'options')
| -rw-r--r-- | options/dataset_options.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py index 93fbb6d..b499206 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -315,6 +315,12 @@ class DatasetOptions(BaseOptions): help='name to tag epoch' ) + self.parser.add_argument( + '--no-symlink', + action='store_true', + help='dont symlink the augmented frames into the dataset' + ) + ### GRAYSCALE self.parser.add_argument( |
