diff options
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 \ |
