From 92ca783f16b7151531e22889b1ee0650a74d72b9 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 20 Jun 2018 14:44:49 +0200 Subject: rename render folder when done --- options/dataset_options.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'options') diff --git a/options/dataset_options.py b/options/dataset_options.py index 3c032e5..57df872 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -59,6 +59,13 @@ class DatasetOptions(BaseOptions): help='another way to tag this whole thing' ) + self.parser.add_argument( + '--final-tag', + type=str, + default="", + help='optionally rename the dataset when we are done' + ) + self.parser.add_argument( '--scp', action='store_true', -- cgit v1.2.3-70-g09d2