diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:54:15 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:54:15 +0200 |
| commit | b266949040eb68d0ff91355d8c4a89fbbebfb948 (patch) | |
| tree | 74cbfa8a7ba1ed711980b3cab093ff478bb5f739 /options/dataset_options.py | |
| parent | c3dd8cafeb870f93d0e2a2a10a442d2081e76490 (diff) | |
testy
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="", |
