summaryrefslogtreecommitdiff
path: root/test-mogrify-recursive.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-mogrify-recursive.sh')
-rw-r--r--test-mogrify-recursive.sh14
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