summaryrefslogtreecommitdiff
path: root/options/dataset_options.py
diff options
context:
space:
mode:
Diffstat (limited to 'options/dataset_options.py')
-rw-r--r--options/dataset_options.py6
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(