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