diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 03:03:46 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 03:03:46 +0200 |
| commit | 2f30ea306d5890cd904fb4a6d892fc1a4a4f67e6 (patch) | |
| tree | 27861e7fc0cc03839008238fb82c6c9da35a5cb9 /test-mogrify-recursive.sh | |
| parent | 0c21fc23becebc5f8dada8ec2fe8c55545de8a44 (diff) | |
test
Diffstat (limited to 'test-mogrify-recursive.sh')
| -rw-r--r-- | test-mogrify-recursive.sh | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/test-mogrify-recursive.sh b/test-mogrify-recursive.sh index 2802541..d191c6a 100644 --- a/test-mogrify-recursive.sh +++ b/test-mogrify-recursive.sh @@ -12,7 +12,19 @@ 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 --clahe --posterize \ + --recursive --clahe --posterize --blur \ + --recursive-frac $recursive_frac \ + --norm batch + +python test-mogrify.py \ + --dataroot "$dataset/train/" \ + --start_img "$dataset/test/frame_00003.png" \ + --experiment "${tag}_dark_reverse" \ + --name pcfade \ + --loadSize 256 --fineSize 256 --how_many $how_many \ + --model test --which_model_netG unet_256 \ + --which_direction BtoA --dataset_mode recursive \ + --recursive --clahe --posterize --blur \ --recursive-frac $recursive_frac \ --norm batch |
