recursive_frac=0.5 tag='correct_rec${recursive_frac}' dataset='/home/lens/Desktop/woods_videos/processed/dataset/B/' how_many=200 python test-mogrify.py \ --dataroot "$dataset/train/" \ --start_img "$dataset/test/frame_00003.png" \ --experiment "${tag}_dark" \ --name pcfade \ --loadSize 256 --fineSize 256 --how_many $how_many \ --model test --which_model_netG unet_256 \ --which_direction AtoB --dataset_mode recursive \ --recursive --clahe --posterize \ --recursive-frac $recursive_frac \ --norm batch # python test-mogrify.py \ # --dataroot "$dataset/train/" \ # --start_img "$dataset/B/test/frame_00003.png" \ # --experiment "${tag}_dark" \ # --name pcfade \ # --loadSize 256 --fineSize 256 --how_many $how_many \ # --model test --which_model_netG unet_256 \ # --which_direction AtoB --dataset_mode recursive \ # --recursive --clahe --posterize \ # --recursive-frac $recursive_frac \ # --norm batch