diff options
| -rw-r--r-- | options/dataset_options.py | 2 | ||||
| -rw-r--r-- | 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 + + |
