summaryrefslogtreecommitdiff
path: root/options/dataset_options.py
diff options
context:
space:
mode:
Diffstat (limited to 'options/dataset_options.py')
-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 454d576..d4ea36a 100644
--- a/options/dataset_options.py
+++ b/options/dataset_options.py
@@ -106,6 +106,13 @@ class DatasetOptions(BaseOptions):
help='what gets sent over the wire - JPEG or PNG'
)
+ self.parser.add_argument(
+ '--frame_delay',
+ type=float,
+ default=1.0,
+ help='delay per render, in seconds. inverse of frame rate'
+ )
+
## LOAD A NEW SEQUENCE
self.parser.add_argument(