diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 01:38:35 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 01:38:35 +0200 |
| commit | 86e3f891a22b5c6a5ccf50889f8f9a110b61ffe0 (patch) | |
| tree | ad51e6cf7dc5ffa9ca4d8ad5ec7ff09e895e1eab | |
| parent | fd4f8dc227fcf1aaee3faf76437066cc871c3ff7 (diff) | |
args
| -rw-r--r-- | test-mogrify-recursive.sh | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/test-mogrify-recursive.sh b/test-mogrify-recursive.sh index fdf632a..4565816 100644 --- a/test-mogrify-recursive.sh +++ b/test-mogrify-recursive.sh @@ -1,6 +1,7 @@ python test-mogrify.py \ - --dataroot /home/lens/code/pix2pix/datasets/pcfade/train/frame_00000.png \ - --experiment darkframe \ + --dataroot /home/lens/Desktop/woods_videos/processed/dataset/A/train/ \ + --start_img /home/lens/Desktop/woods_videos/processed/dataset/A/test/frame_00003.png \ + --experiment dark \ --name pcfade \ --loadSize 256 \ --fineSize 256 \ @@ -8,14 +9,15 @@ python test-mogrify.py \ --model test \ --which_model_netG unet_256 \ --which_direction AtoB \ - --dataset_mode aligned \ + --dataset_mode recursive \ --recursive \ --clahe --posterize \ --norm batch python test-mogrify.py \ - --dataroot /home/lens/code/pix2pix/datasets/pcfade/train/frame_00600.png \ - --experiment medframe \ + --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 medium \ --name pcfade \ --loadSize 256 \ --fineSize 256 \ @@ -23,14 +25,15 @@ python test-mogrify.py \ --model test \ --which_model_netG unet_256 \ --which_direction AtoB \ - --dataset_mode aligned \ + --dataset_mode recursive \ --recursive \ --clahe --posterize \ --norm batch python test-mogrify.py \ - --dataroot /home/lens/code/pix2pix/datasets/pcfade/train/frame_01200.png \ - --experiment liteframe \ + --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 lite \ --name pcfade \ --loadSize 256 \ --fineSize 256 \ @@ -38,7 +41,7 @@ python test-mogrify.py \ --model test \ --which_model_netG unet_256 \ --which_direction AtoB \ - --dataset_mode aligned \ + --dataset_mode recursive \ --recursive \ --clahe --posterize \ --norm batch |
