diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-01 22:43:23 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-01 22:43:23 +0200 |
| commit | 5edd1efbc7b3c02d16b23401cc47a88f50fdf4d5 (patch) | |
| tree | 23c985f34d7a28a0120fff68dcc42d8756ca52f3 /test-canny.sh | |
| parent | f8d0c6bd65a827be534d2d105917829fcb4a0f82 (diff) | |
test canny?
Diffstat (limited to 'test-canny.sh')
| -rw-r--r-- | test-canny.sh | 11 |
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 |
