summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-18 15:47:16 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-18 15:47:16 +0200
commite9e0cd9403406d6cc1644262f1ad34b8c6e19076 (patch)
treec2d44f83cfa6311e21a629e87f42f70577720512
parent178079e2fd3a9f6403824418e34383293a089100 (diff)
flag we wont useHEADmaster
-rw-r--r--options/dataset_options.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py
index fdea637..3c032e5 100644
--- a/options/dataset_options.py
+++ b/options/dataset_options.py
@@ -113,6 +113,12 @@ class DatasetOptions(BaseOptions):
help='delay per render, in seconds. inverse of frame rate'
)
+ self.parser.add_argument(
+ '--resize_before_sending',
+ action='store_true',
+ help='downsize output before sending over the RPC'
+ )
+
## LOAD A NEW SEQUENCE
self.parser.add_argument(