summaryrefslogtreecommitdiff
path: root/test-canny.sh
diff options
context:
space:
mode:
authorjules <jules@asdf.us>2018-05-09 21:23:14 +0200
committerjules <jules@asdf.us>2018-05-09 21:23:14 +0200
commitd6e04496f0a93f97efbf6d67d12a51aa2a298123 (patch)
tree0ca8b12cf1c3d5f61618b53338be13eb60a7224c /test-canny.sh
parent06e7bea3951a223fff7d0432e5489e4b672d6428 (diff)
parent5edd1efbc7b3c02d16b23401cc47a88f50fdf4d5 (diff)
Merge branch 'master' of ghghgh.us:pix2pix
Diffstat (limited to 'test-canny.sh')
-rw-r--r--test-canny.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/test-canny.sh b/test-canny.sh
new file mode 100644
index 0000000..57b56b6
--- /dev/null
+++ b/test-canny.sh
@@ -0,0 +1,11 @@
+python canny-cv.py \
+ --dataroot /home/ubuntu/Desktop/thumbs/wood/B/train/ \
+ --name woodcanny \
+ --loadSize 256 \
+ --fineSize 256 \
+ --how_many 200 \
+ --model test \
+ --which_model_netG unet_256 \
+ --which_direction AtoB \
+ --dataset_mode aligned \
+ --norm batch