diff options
| -rw-r--r-- | test-mogrify-recursive.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-mogrify-recursive.sh b/test-mogrify-recursive.sh index 9ee64f4..7c9dc36 100644 --- a/test-mogrify-recursive.sh +++ b/test-mogrify-recursive.sh @@ -25,8 +25,8 @@ python test-mogrify.py \ --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.99999 \ - --posterize \ + --recursive --recursive-frac 0.0001 \ + --clahe \ --norm batch # --sequence --sequence-frac 0.49 \ |
