summaryrefslogtreecommitdiff
path: root/test-mogrify-recursive.sh
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-15 05:15:47 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-15 05:15:47 +0200
commit3dbb390f4d249e6eaf3fbf1afa401369c3582b64 (patch)
tree137ccb72d7c76a3002f8e2a7492378d3e7933257 /test-mogrify-recursive.sh
parentfab64c2ac23531266889bca899240fef718acba3 (diff)
testy
Diffstat (limited to 'test-mogrify-recursive.sh')
-rw-r--r--test-mogrify-recursive.sh33
1 files changed, 23 insertions, 10 deletions
diff --git a/test-mogrify-recursive.sh b/test-mogrify-recursive.sh
index 7f8df1a..b7ec281 100644
--- a/test-mogrify-recursive.sh
+++ b/test-mogrify-recursive.sh
@@ -17,31 +17,44 @@ how_many=200
# --norm batch
python test-mogrify.py \
- --dataroot "$dataset/train/" \
- --start_img "$dataset/test/frame_00003.png" \
- --experiment "${tag}_sequence" \
+ --dataroot "/home/lens/Desktop/woods_videos/processed/dataset/B/train/" \
+ --start_img "/home/lens/Desktop/woods_videos/processed/dataset/B/test/frame_00003.png" \
+ --experiment "spin_sequence" \
--name pcfade \
--sequence --sequence-frac 0.999 \
- --loadSize 256 --fineSize 256 --how_many $how_many \
+ --loadSize 256 --fineSize 256 --how_many 200 \
--model test --which_model_netG unet_256 \
--which_direction AtoB --dataset_mode recursive \
--recursive --recursive-frac 0.0005 \
--norm batch
- # --clahe --process-frac 0.001 \
- # --sequence --sequence-frac 0.49 \
+
python test-mogrify.py \
--dataroot "$dataset/train/" \
--start_img "$dataset/test/frame_00003.png" \
- --experiment "sequence_process_less" \
+ --experiment "${tag}_sequence" \
--name pcfade \
--sequence --sequence-frac 0.999 \
- --loadSize 256 --fineSize 256 --how_many 200 \
+ --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.0005 \
- --norm batch --tag "pcfade_spin_sequence_process_less_201805150450" \
- --render-frames --mov
+ --norm batch
+ # --clahe --process-frac 0.001 \
+ # --sequence --sequence-frac 0.49 \
+
+# python test-mogrify.py \
+# --dataroot "$dataset/train/" \
+# --start_img "$dataset/test/frame_00003.png" \
+# --experiment "sequence_process_less" \
+# --name pcfade \
+# --sequence --sequence-frac 0.999 \
+# --loadSize 256 --fineSize 256 --how_many 200 \
+# --model test --which_model_netG unet_256 \
+# --which_direction AtoB --dataset_mode recursive \
+# --recursive --recursive-frac 0.0005 \
+# --norm batch --tag "pcfade_spin_sequence_process_less_201805150450" \
+# --render-frames --mov
# python test-mogrify.py \
# --dataroot "$dataset/train/" \