diff options
| author | jules@lens <julescarbon@gmail.com> | 2018-05-09 21:24:11 +0200 |
|---|---|---|
| committer | jules@lens <julescarbon@gmail.com> | 2018-05-09 21:24:11 +0200 |
| commit | 0e03791f3f7db3f157bed785ba06d21270b98059 (patch) | |
| tree | e60038d09cbaca58ac742534b352d64383a1ffc2 /test.sh | |
| parent | 3ec7af8d74608a44240bac690a0300cd19c92298 (diff) | |
| parent | d6e04496f0a93f97efbf6d67d12a51aa2a298123 (diff) | |
merge
Diffstat (limited to 'test.sh')
| -rwxr-xr-x | test.sh | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -0,0 +1,38 @@ +dataset="wood" + +#/home/lens/Desktop/dataset-random.pl +# +#python datasets/combine_A_and_B.py \ +# --fold_A "$HOME/Desktop/thumbs/$dataset/A" \ +# --fold_B "$HOME/Desktop/thumbs/$dataset/B" \ +# --fold_AB "./datasets/$dataset/" + +# python train.py \ +# --dataroot "./datasets/$dataset" \ +# --name "$dataset" \ +# --model pix2pix \ +# --loadSize 256 \ +# --fineSize 256 \ +# --which_model_netG unet_256 \ +# --which_direction AtoB \ +# --lambda_B 100 \ +# --dataset_mode aligned \ +# --which_epoch latest \ +# --no_lsgan --norm batch --pool_size 0 +# --continue_train \ + +python test.py \ + --dataroot "/home/lens/Desktop/thumbs/$dataset/A/train/" \ + --name "$dataset" \ + --start_img "/home/lens/Desktop/thumbs/$dataset/A/train/frame_1008.png" \ + --how_many 1000 \ + --model test \ + --aspect_ratio 1.777777 \ + --which_model_netG unet_256 \ + --which_direction AtoB \ + --dataset_mode test \ + --loadSize 256 \ + --fineSize 256 \ + --norm batch + + |
