From 8c8e35a5d901426aaa4a1324d3581fc2749d0cfa Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 21 Aug 2018 15:33:25 +0200 Subject: fade sequence --- options/dataset_options.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'options') 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 @@ -259,6 +259,13 @@ class DatasetOptions(BaseOptions): help='sequence frames to skip' ) + 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', -- cgit v1.2.3-70-g09d2