diff options
Diffstat (limited to 'options/dataset_options.py')
| -rw-r--r-- | options/dataset_options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py index 57df872..bffd60c 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -116,7 +116,7 @@ class DatasetOptions(BaseOptions): self.parser.add_argument( '--frame-delay', type=float, - default=1.0, + default=0.0, help='delay per render, in seconds. inverse of frame rate' ) |
