diff options
| author | jules <jules@asdf.us> | 2018-05-01 20:20:27 +0200 |
|---|---|---|
| committer | jules <jules@asdf.us> | 2018-05-01 20:20:27 +0200 |
| commit | 20662ee305cd21838078eab97568bbbbb9acffd0 (patch) | |
| tree | 16b58c750be5e054c7d9e266c8e2481f359b400c /canny-single.sh | |
| parent | 5979723a35c577ffe70c1107415199444fb5c7fe (diff) | |
new scripts using canny
Diffstat (limited to 'canny-single.sh')
| -rwxr-xr-x | canny-single.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/canny-single.sh b/canny-single.sh new file mode 100755 index 0000000..7ad010f --- /dev/null +++ b/canny-single.sh @@ -0,0 +1,14 @@ +python canny-single.py \ + --dataroot /home/ubuntu/Desktop/thumbs/wood/B/train/ \ + --name wood \ + --start_img /home/ubuntu/Desktop/thumbs/wood/B/train/frame_00100.png \ + --loadSize 256 \ + --fineSize 256 \ + --how_many 30 \ + --model test \ + --which_model_netG unet_256 \ + --which_direction AtoB \ + --dataset_mode recursive \ + --norm batch + +# --aspect_ratio 1.777777 \ |
