diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 01:27:50 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 01:27:50 +0200 |
| commit | 2825c4ba2073e66cf0c8e98eac834a69f743c790 (patch) | |
| tree | 7270f2991b7f361a421fd26a56ff0e72bd33710d /test-mogrify-recursive.sh | |
| parent | 1f28a7e2f137deca19000773ad018cec363aa3a5 (diff) | |
test scripts
Diffstat (limited to 'test-mogrify-recursive.sh')
| -rw-r--r-- | test-mogrify-recursive.sh | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/test-mogrify-recursive.sh b/test-mogrify-recursive.sh new file mode 100644 index 0000000..fdf632a --- /dev/null +++ b/test-mogrify-recursive.sh @@ -0,0 +1,44 @@ +python test-mogrify.py \ + --dataroot /home/lens/code/pix2pix/datasets/pcfade/train/frame_00000.png \ + --experiment darkframe \ + --name pcfade \ + --loadSize 256 \ + --fineSize 256 \ + --how_many 200 \ + --model test \ + --which_model_netG unet_256 \ + --which_direction AtoB \ + --dataset_mode aligned \ + --recursive \ + --clahe --posterize \ + --norm batch + +python test-mogrify.py \ + --dataroot /home/lens/code/pix2pix/datasets/pcfade/train/frame_00600.png \ + --experiment medframe \ + --name pcfade \ + --loadSize 256 \ + --fineSize 256 \ + --how_many 200 \ + --model test \ + --which_model_netG unet_256 \ + --which_direction AtoB \ + --dataset_mode aligned \ + --recursive \ + --clahe --posterize \ + --norm batch + +python test-mogrify.py \ + --dataroot /home/lens/code/pix2pix/datasets/pcfade/train/frame_01200.png \ + --experiment liteframe \ + --name pcfade \ + --loadSize 256 \ + --fineSize 256 \ + --how_many 200 \ + --model test \ + --which_model_netG unet_256 \ + --which_direction AtoB \ + --dataset_mode aligned \ + --recursive \ + --clahe --posterize \ + --norm batch |
