From 2f4375e03ba13625497a5c4bae381a6ad0c6f937 Mon Sep 17 00:00:00 2001 From: "jules@lens" Date: Tue, 8 May 2018 21:30:57 +0200 Subject: new dataset stuff --- options/test_options.py | 1 + 1 file changed, 1 insertion(+) (limited to 'options/test_options.py') diff --git a/options/test_options.py b/options/test_options.py index f8c3a31..418d5e6 100644 --- a/options/test_options.py +++ b/options/test_options.py @@ -12,4 +12,5 @@ class TestOptions(BaseOptions): self.parser.add_argument('--phase', type=str, default='test', help='train, val, test, etc') self.parser.add_argument('--which_epoch', type=str, default='latest', help='which epoch to load? set to latest to use latest cached model') self.parser.add_argument('--how_many', type=int, default=50, help='how many test images to run') + self.parser.add_argument('--mov', type=str, help='filename of movie to export') self.isTrain = False -- cgit v1.2.3-70-g09d2