From fe5fc3f90f4aab7d4804da494372a6ae1ceda110 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 15 May 2018 04:58:52 +0200 Subject: testy --- options/test_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/test_options.py') diff --git a/options/test_options.py b/options/test_options.py index 6f38eef..68647a4 100644 --- a/options/test_options.py +++ b/options/test_options.py @@ -12,5 +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_file', type=str, help='filename of movie to export') + self.parser.add_argument('--mov_file', type=str, default='video.mp4', help='filename of movie to export') self.isTrain = False -- cgit v1.2.3-70-g09d2