diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-12 18:03:02 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-12 18:03:02 +0200 |
| commit | 6e02d55fa01b0532ac9f152765b815a0415310b2 (patch) | |
| tree | dc79a35368e94e8c3f5ac72c475a542bc5b8985b /run-wood.sh | |
| parent | 0ad66a09aaf55023d8eaff70094b0798b01adb19 (diff) | |
| parent | 0e03791f3f7db3f157bed785ba06d21270b98059 (diff) | |
merge
Diffstat (limited to 'run-wood.sh')
| -rwxr-xr-x | run-wood.sh | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/run-wood.sh b/run-wood.sh new file mode 100755 index 0000000..d053777 --- /dev/null +++ b/run-wood.sh @@ -0,0 +1,37 @@ +dataset="randomcrops5k" + +#/home/lens/Desktop/dataset-random.pl +# +#python datasets/combine_A_and_B.py \ +# --fold_A "/home/lens/Desktop/thumbs/$dataset/A" \ +# --fold_B "/home/lens/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 \ +# --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_0000.png" \ + --how_many 500 \ + --model test \ + --aspect_ratio 1.777777 \ + --which_model_netG unet_256 \ + --which_direction AtoB \ + --dataset_mode recursive \ + --loadSize 264 \ + --center_crop \ + --fineSize 256 \ + --norm batch + + |
