From e51a822f7257fdc06be4dfee9e3aafacd0c07232 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 27 Jul 2018 18:07:32 +0200 Subject: sequence_step --- options/dataset_options.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'options') diff --git a/options/dataset_options.py b/options/dataset_options.py index 74e6bdc..b1c453a 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -245,6 +245,19 @@ class DatasetOptions(BaseOptions): help='amount of sequence image to use in recursion' ) + self.parser.add_argument( + '--sequence-step', + default=1.0, + type=float, + help='amount to advance sequence after each frame' + ) + + self.parser.add_argument( + '--sequence-playing', + action='store_false', + help='pause sequence iterator' + ) + self.parser.add_argument( '--recurse-roll', default=0, -- cgit v1.2.3-70-g09d2