summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-15 05:28:07 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-15 05:28:07 +0200
commit0e58f03e81004ec248f707289a7196b63b5e8a68 (patch)
tree3ae3cd4fae68191021f9286c6bac722b8d7c847a
parentbd21e5c16fbae5c29140adc1c9eb47e57a0e333a (diff)
yea
-rw-r--r--test-mogrify-recursive.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/test-mogrify-recursive.sh b/test-mogrify-recursive.sh
index b7ec281..2863e03 100644
--- a/test-mogrify-recursive.sh
+++ b/test-mogrify-recursive.sh
@@ -1,7 +1,7 @@
recursive_frac=0.5
tag='spin'
-dataset='/home/lens/Desktop/woods_videos/processed/dataset/B/'
+dataset='/home/lens/Desktop/woods_videos/processed/combined'
how_many=200
# python test-mogrify.py \
@@ -17,21 +17,21 @@ how_many=200
# --norm batch
python test-mogrify.py \
- --dataroot "/home/lens/Desktop/woods_videos/processed/dataset/B/train/" \
- --start_img "/home/lens/Desktop/woods_videos/processed/dataset/B/test/frame_00003.png" \
+ --dataroot "/home/lens/Desktop/woods_videos/processed/combined" \
+ --start_img "/home/lens/Desktop/woods_videos/processed/combined/frame_00003.png" \
--experiment "spin_sequence" \
--name pcfade \
--sequence --sequence-frac 0.999 \
+ --recursive --recursive-frac 0.0005 \
--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
python test-mogrify.py \
- --dataroot "$dataset/train/" \
- --start_img "$dataset/test/frame_00003.png" \
+ --dataroot "$dataset" \
+ --start_img "$dataset/frame_00003.png" \
--experiment "${tag}_sequence" \
--name pcfade \
--sequence --sequence-frac 0.999 \