summaryrefslogtreecommitdiff
path: root/options
diff options
context:
space:
mode:
Diffstat (limited to 'options')
-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 530a3cf..3240e30 100644
--- a/options/dataset_options.py
+++ b/options/dataset_options.py
@@ -84,6 +84,12 @@ class DatasetOptions(BaseOptions):
)
self.parser.add_argument(
+ '--just_copy',
+ action='store_true',
+ help='dont preprocess first frame',
+ )
+
+ self.parser.add_argument(
'--sequence',
action='store_true',
help='recurse guided by image sequence'