diff options
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 b4a3274..e1ef153 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -47,6 +47,12 @@ class DatasetOptions(BaseOptions): ) self.parser.add_argument( + '--render-frames', + action='store_true', + help='render the source frames only' + ) + + self.parser.add_argument( '--tag', type=str, default="", |
