summaryrefslogtreecommitdiff
path: root/test-mogrify-recursive.sh
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-15 04:24:07 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-15 04:24:07 +0200
commit03bf65f926114a5430c36222e29f618bdaf4117b (patch)
tree242dee06021197abac5d466c7c2cd7046d454290 /test-mogrify-recursive.sh
parent416ba77ed0a97f7604662e313000783a2b3354f5 (diff)
testy
Diffstat (limited to 'test-mogrify-recursive.sh')
-rw-r--r--test-mogrify-recursive.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/test-mogrify-recursive.sh b/test-mogrify-recursive.sh
index c75dc2c..464ba39 100644
--- a/test-mogrify-recursive.sh
+++ b/test-mogrify-recursive.sh
@@ -19,13 +19,15 @@ how_many=200
python test-mogrify.py \
--dataroot "$dataset/train/" \
--start_img "$dataset/test/frame_00003.png" \
- --experiment "${tag}_sequence" \
+ --experiment "${tag}_sequence_more" \
--name pcfade \
--sequence \
--loadSize 256 --fineSize 256 --how_many $how_many \
--model test --which_model_netG unet_256 \
--which_direction BtoA --dataset_mode recursive \
- --recursive --clahe --posterize \
+ --recursive --recursive-frac 0.2 \
+ --sequence --sequence-frac 0.3 \
+ --posterize
--norm batch
# python test-mogrify.py \