diff options
| -rw-r--r-- | test-mogrify-recursive.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test-mogrify-recursive.sh b/test-mogrify-recursive.sh index 9d8273b..d74d8bf 100644 --- a/test-mogrify-recursive.sh +++ b/test-mogrify-recursive.sh @@ -21,13 +21,13 @@ python test-mogrify.py \ --start_img "$dataset/test/frame_00003.png" \ --experiment "${tag}_sequence_process_less" \ --name pcfade \ - --sequence \ + --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.0001 \ - --clahe --process-frac 0.5 \ + --recursive --recursive-frac 0.001 \ --norm batch + # --clahe --process-frac 0.001 \ # --sequence --sequence-frac 0.49 \ # python test-mogrify.py \ |
