summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjules@lens <julescarbon@gmail.com>2018-05-18 02:41:35 +0200
committerjules@lens <julescarbon@gmail.com>2018-05-18 02:41:35 +0200
commit9f1bf9b305681492197f4f11b88f36c37ef4ba05 (patch)
treeba4e689ae9c51883e2c49af75cddb1c983a43d32
parent6d720b476868b8924a86d15cf2e5c9c1dff9c340 (diff)
parentb7f45a7277152d5611f8f050243dd8d7c351979d (diff)
Merge branch 'master' of ghghgh.us:pix2pix
-rw-r--r--test-mogrify-recursive.sh6
-rw-r--r--test-mogrify.py2
2 files changed, 4 insertions, 4 deletions
diff --git a/test-mogrify-recursive.sh b/test-mogrify-recursive.sh
index d463dca..0986fb0 100644
--- a/test-mogrify-recursive.sh
+++ b/test-mogrify-recursive.sh
@@ -31,14 +31,14 @@ how_many=2000
# --norm batch
python test-mogrify.py \
- --dataroot "/home/lens/Desktop/messi_ronaldo_256" \
- --start_img "/home/lens/Desktop/messi_ronaldo_256/frame_00001.png" \
+ --dataroot "/home/lens/Desktop/venice_256" \
+ --start_img "/home/lens/Desktop/venice_256/frame_00001.png" \
--experiment "messi_ronaldo" \
--name pcfade \
--recursive --recursive-frac 0.2 \
--sequence --sequence-frac 0.3 \
--process-frac 0.5 \
- --loadSize 256 --fineSize 256 --how_many 100000 \
+ --loadSize 256 --fineSize 256 --how_many 18000 \
--model test --which_model_netG unet_256 \
--which_direction AtoB --dataset_mode recursive \
--which_epoch latest \
diff --git a/test-mogrify.py b/test-mogrify.py
index 348d805..c1e0c71 100644
--- a/test-mogrify.py
+++ b/test-mogrify.py
@@ -175,7 +175,7 @@ if __name__ == '__main__':
visuals = model.get_current_visuals()
img_path = model.get_image_paths()
- if (i % 20) == 0:
+ if (i % 100) == 0:
print('%04d: process image... %s' % (i, img_path))
# ims = visualizer.save_images(webpage, visuals, img_path, aspect_ratio=opt.aspect_ratio)