summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-15 04:02:32 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-15 04:02:32 +0200
commit01456b55d3c2ed039a75f46da5bea336be125d5e (patch)
tree23802a3731d1700c9d6d2ddeaa8891df4d94c0ae
parent4320a298fcb5d5b014cc2d1335c91e32f3ee088d (diff)
testy
-rw-r--r--options/dataset_options.py2
-rw-r--r--test-mogrify-recursive.sh8
2 files changed, 6 insertions, 4 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py
index 3240e30..c0f5978 100644
--- a/options/dataset_options.py
+++ b/options/dataset_options.py
@@ -84,7 +84,7 @@ class DatasetOptions(BaseOptions):
)
self.parser.add_argument(
- '--just_copy',
+ '--just-copy',
action='store_true',
help='dont preprocess first frame',
)
diff --git a/test-mogrify-recursive.sh b/test-mogrify-recursive.sh
index a301bf2..8d1b413 100644
--- a/test-mogrify-recursive.sh
+++ b/test-mogrify-recursive.sh
@@ -156,11 +156,13 @@ python test-mogrify.py \
python test-mogrify.py \
--dataroot "$dataset/train/" \
--start_img "$dataset/train/frame_05005.png" \
- --experiment "${tag}_5005_rec_8" \
- --name pcfade \
+ --experiment "${tag}_5005_just_copy" \
+ --name pcfade --just-copy \
--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.8 \
+ --recursive --recursive-frac 0.4 \
--norm batch
+
+