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 /recursive-canny.sh | |
| parent | 3ec7af8d74608a44240bac690a0300cd19c92298 (diff) | |
| parent | d6e04496f0a93f97efbf6d67d12a51aa2a298123 (diff) | |
merge
Diffstat (limited to 'recursive-canny.sh')
| -rwxr-xr-x | recursive-canny.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recursive-canny.sh b/recursive-canny.sh new file mode 100755 index 0000000..0150438 --- /dev/null +++ b/recursive-canny.sh @@ -0,0 +1,14 @@ +python canny-cv.py \ + --dataroot /home/ubuntu/Desktop/thumbs/wood/B/train/ \ + --name woodcanny \ + --start_img /home/ubuntu/Desktop/thumbs/wood/B/train/frame_00100.png \ + --loadSize 256 \ + --fineSize 256 \ + --how_many 200 \ + --model test \ + --which_model_netG unet_256 \ + --which_direction AtoB \ + --dataset_mode recursive \ + --norm batch + +# --aspect_ratio 1.777777 \ |
