diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-08-21 15:33:25 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-08-21 15:33:25 +0200 |
| commit | 8c8e35a5d901426aaa4a1324d3581fc2749d0cfa (patch) | |
| tree | 95fcd561cad79fd69fa50c0215631491037ac96f | |
| parent | 64ffd2400c098eeee7483799b9a3d03839c70e9c (diff) | |
fade sequence
| -rw-r--r-- | options/dataset_options.py | 7 |
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' |
