diff options
| -rw-r--r-- | test-mogrify-recursive.sh | 6 | ||||
| -rw-r--r-- | test-mogrify.py | 2 |
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) |
