diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-18 15:47:25 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-18 15:47:25 +0200 |
| commit | c0813619431a83067da73d75717a6aecd6747a1f (patch) | |
| tree | 4ea61f3cc613438084434de2dad8bd574e26f2ea /options/dataset_options.py | |
| parent | 2b228ed309415418d54e284a8ac430e5161a6535 (diff) | |
live script
Diffstat (limited to 'options/dataset_options.py')
| -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( |
