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 --- canny-single.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 canny-single.sh (limited to 'canny-single.sh') 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 \ -- cgit v1.2.3-70-g09d2