From 20662ee305cd21838078eab97568bbbbb9acffd0 Mon Sep 17 00:00:00 2001 From: jules Date: Tue, 1 May 2018 20:20:27 +0200 Subject: new scripts using canny --- recursive-canny.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 recursive-canny.sh (limited to 'recursive-canny.sh') 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 \ -- cgit v1.2.3-70-g09d2