From a93d524ea8428c0515e9abe227ba70d2793e170e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 20 Apr 2018 12:47:40 +0200 Subject: expand --- run.sh | 2 +- test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index a9be9c8..0187f61 100755 --- a/run.sh +++ b/run.sh @@ -24,7 +24,7 @@ python test.py \ --dataroot "/home/lens/Desktop/thumbs/$dataset/A/train/" \ --name "$dataset" \ --start_img "/home/lens/Desktop/thumbs/$dataset/A/train/frame_1003.png" \ - --how_many 2000 \ + --how_many 100 \ --model test \ --aspect_ratio 1.777777 \ --which_model_netG unet_256 \ diff --git a/test.py b/test.py index 6bda757..2e8863b 100644 --- a/test.py +++ b/test.py @@ -46,7 +46,7 @@ if __name__ == '__main__': print('%04d: process image... %s' % (i, img_path)) ims = visualizer.save_images(webpage, visuals, img_path, aspect_ratio=opt.aspect_ratio) if dataset.name() == 'RecursiveDatasetDataLoader': - print(visuals.keys()) + # print(visuals.keys()) im = visuals['fake_B'] save_path = render_dir + "frame_{:05d}_tmp.png".format(i+1) final_path = render_dir + "frame_{:05d}.png".format(i+1) -- cgit v1.2.3-70-g09d2