diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-18 15:47:16 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-18 15:47:16 +0200 |
| commit | e9e0cd9403406d6cc1644262f1ad34b8c6e19076 (patch) | |
| tree | c2d44f83cfa6311e21a629e87f42f70577720512 /options | |
| parent | 178079e2fd3a9f6403824418e34383293a089100 (diff) | |
Diffstat (limited to 'options')
| -rw-r--r-- | options/dataset_options.py | 6 |
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( |
