From 01456b55d3c2ed039a75f46da5bea336be125d5e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 15 May 2018 04:02:32 +0200 Subject: testy --- options/dataset_options.py | 2 +- test-mogrify-recursive.sh | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/options/dataset_options.py b/options/dataset_options.py index 3240e30..c0f5978 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -84,7 +84,7 @@ class DatasetOptions(BaseOptions): ) self.parser.add_argument( - '--just_copy', + '--just-copy', action='store_true', help='dont preprocess first frame', ) diff --git a/test-mogrify-recursive.sh b/test-mogrify-recursive.sh index a301bf2..8d1b413 100644 --- a/test-mogrify-recursive.sh +++ b/test-mogrify-recursive.sh @@ -156,11 +156,13 @@ python test-mogrify.py \ python test-mogrify.py \ --dataroot "$dataset/train/" \ --start_img "$dataset/train/frame_05005.png" \ - --experiment "${tag}_5005_rec_8" \ - --name pcfade \ + --experiment "${tag}_5005_just_copy" \ + --name pcfade --just-copy \ --loadSize 256 --fineSize 256 --how_many $how_many \ --model test --which_model_netG unet_256 \ --which_direction AtoB --dataset_mode recursive \ - --recursive --recursive-frac 0.8 \ + --recursive --recursive-frac 0.4 \ --norm batch + + -- cgit v1.2.3-70-g09d2