diff options
| -rw-r--r-- | test-mogrify-recursive.sh | 128 |
1 files changed, 64 insertions, 64 deletions
diff --git a/test-mogrify-recursive.sh b/test-mogrify-recursive.sh index 065272c..8df6da2 100644 --- a/test-mogrify-recursive.sh +++ b/test-mogrify-recursive.sh @@ -18,71 +18,71 @@ python test-mogrify.py \ --recursive-frac $recursive_frac \ --norm batch -python test-mogrify.py \ - --dataroot /home/lens/Desktop/woods_videos/processed/dataset/A/train/ \ - --start_img /home/lens/Desktop/woods_videos/processed/dataset/A/test/frame_00603.png \ - --experiment "${tag}_medium" \ - --name pcfade \ - --loadSize 256 \ - --fineSize 256 \ - --how_many 200 \ - --model test \ - --which_model_netG unet_256 \ - --which_direction AtoB \ - --dataset_mode recursive \ - --recursive \ - --clahe --posterize \ - --recursive-frac $recursive_frac \ - --norm batch +# python test-mogrify.py \ +# --dataroot /home/lens/Desktop/woods_videos/processed/dataset/A/train/ \ +# --start_img /home/lens/Desktop/woods_videos/processed/dataset/A/test/frame_00603.png \ +# --experiment "${tag}_medium" \ +# --name pcfade \ +# --loadSize 256 \ +# --fineSize 256 \ +# --how_many 200 \ +# --model test \ +# --which_model_netG unet_256 \ +# --which_direction AtoB \ +# --dataset_mode recursive \ +# --recursive \ +# --clahe --posterize \ +# --recursive-frac $recursive_frac \ +# --norm batch -python test-mogrify.py \ - --dataroot /home/lens/Desktop/woods_videos/processed/dataset/A/train/ \ - --start_img /home/lens/Desktop/woods_videos/processed/dataset/A/test/frame_01203.png \ - --experiment "${tag}_lite" \ - --name pcfade \ - --loadSize 256 \ - --fineSize 256 \ - --how_many 200 \ - --model test \ - --which_model_netG unet_256 \ - --which_direction AtoB \ - --dataset_mode recursive \ - --recursive \ - --clahe --posterize \ - --recursive-frac $recursive_frac \ - --norm batch +# python test-mogrify.py \ +# --dataroot /home/lens/Desktop/woods_videos/processed/dataset/A/train/ \ +# --start_img /home/lens/Desktop/woods_videos/processed/dataset/A/test/frame_01203.png \ +# --experiment "${tag}_lite" \ +# --name pcfade \ +# --loadSize 256 \ +# --fineSize 256 \ +# --how_many 200 \ +# --model test \ +# --which_model_netG unet_256 \ +# --which_direction AtoB \ +# --dataset_mode recursive \ +# --recursive \ +# --clahe --posterize \ +# --recursive-frac $recursive_frac \ +# --norm batch -python test-mogrify.py \ - --dataroot /home/lens/Desktop/woods_videos/processed/dataset/A/train/ \ - --start_img /home/lens/Desktop/woods_videos/processed/dataset/A/test/frame_11203.png \ - --experiment "${tag}_ex1" \ - --name pcfade \ - --loadSize 256 \ - --fineSize 256 \ - --how_many 200 \ - --model test \ - --which_model_netG unet_256 \ - --which_direction AtoB \ - --dataset_mode recursive \ - --recursive \ - --clahe --posterize \ - --recursive-frac $recursive_frac \ - --norm batch +# python test-mogrify.py \ +# --dataroot /home/lens/Desktop/woods_videos/processed/dataset/A/train/ \ +# --start_img /home/lens/Desktop/woods_videos/processed/dataset/A/test/frame_11203.png \ +# --experiment "${tag}_ex1" \ +# --name pcfade \ +# --loadSize 256 \ +# --fineSize 256 \ +# --how_many 200 \ +# --model test \ +# --which_model_netG unet_256 \ +# --which_direction AtoB \ +# --dataset_mode recursive \ +# --recursive \ +# --clahe --posterize \ +# --recursive-frac $recursive_frac \ +# --norm batch -python test-mogrify.py \ - --dataroot /home/lens/Desktop/woods_videos/processed/dataset/A/train/ \ - --start_img /home/lens/Desktop/woods_videos/processed/dataset/A/test/frame_21203.png \ - --experiment "${tag}_ex2" \ - --name pcfade \ - --loadSize 256 \ - --fineSize 256 \ - --how_many 200 \ - --model test \ - --which_model_netG unet_256 \ - --which_direction AtoB \ - --dataset_mode recursive \ - --recursive \ - --clahe --posterize \ - --recursive-frac $recursive_frac \ - --norm batch +# python test-mogrify.py \ +# --dataroot /home/lens/Desktop/woods_videos/processed/dataset/A/train/ \ +# --start_img /home/lens/Desktop/woods_videos/processed/dataset/A/test/frame_21203.png \ +# --experiment "${tag}_ex2" \ +# --name pcfade \ +# --loadSize 256 \ +# --fineSize 256 \ +# --how_many 200 \ +# --model test \ +# --which_model_netG unet_256 \ +# --which_direction AtoB \ +# --dataset_mode recursive \ +# --recursive \ +# --clahe --posterize \ +# --recursive-frac $recursive_frac \ +# --norm batch |
