diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:54:15 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:54:15 +0200 |
| commit | b266949040eb68d0ff91355d8c4a89fbbebfb948 (patch) | |
| tree | 74cbfa8a7ba1ed711980b3cab093ff478bb5f739 /test-mogrify-recursive.sh | |
| parent | c3dd8cafeb870f93d0e2a2a10a442d2081e76490 (diff) | |
testy
Diffstat (limited to 'test-mogrify-recursive.sh')
| -rw-r--r-- | test-mogrify-recursive.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test-mogrify-recursive.sh b/test-mogrify-recursive.sh index 500cf86..71050ea 100644 --- a/test-mogrify-recursive.sh +++ b/test-mogrify-recursive.sh @@ -30,6 +30,19 @@ python test-mogrify.py \ # --clahe --process-frac 0.001 \ # --sequence --sequence-frac 0.49 \ +python test-mogrify.py \ + --dataroot "$dataset/train/" \ + --start_img "$dataset/test/frame_00003.png" \ + --experiment "${tag}_sequence_process_less" \ + --name pcfade \ + --sequence --sequence-frac 0.999 \ + --loadSize 256 --fineSize 256 --how_many $how_many \ + --model test --which_model_netG unet_256 \ + --which_direction AtoB --dataset_mode recursive \ + --recursive --recursive-frac 0.0005 \ + --norm batch --tag "pcfade_spin_sequence_process_less_201805150450" \ + --render-frames --mov + # python test-mogrify.py \ # --dataroot "$dataset/train/" \ # --start_img "$dataset/test/frame_00003.png" \ |
