summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--options/dataset_options.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py
index f8b7fe7..d9c3bf7 100644
--- a/options/dataset_options.py
+++ b/options/dataset_options.py
@@ -260,6 +260,13 @@ class DatasetOptions(BaseOptions):
)
self.parser.add_argument(
+ '--fade-sequence',
+ default=1.0,
+ type=float,
+ help='slope of sequence fadeout when doing next-frame-prediction'
+ )
+
+ self.parser.add_argument(
'--sequence-playing',
action='store_false',
help='pause sequence iterator'