python test-mogrify.py \ --dataroot /home/lens/code/pix2pix/datasets/pcfade/train/frame_00000.png \ --experiment darkframe \ --name pcfade \ --loadSize 256 \ --fineSize 256 \ --how_many 200 \ --model test \ --which_model_netG unet_256 \ --which_direction AtoB \ --dataset_mode aligned \ --recursive \ --clahe --posterize \ --norm batch python test-mogrify.py \ --dataroot /home/lens/code/pix2pix/datasets/pcfade/train/frame_00600.png \ --experiment medframe \ --name pcfade \ --loadSize 256 \ --fineSize 256 \ --how_many 200 \ --model test \ --which_model_netG unet_256 \ --which_direction AtoB \ --dataset_mode aligned \ --recursive \ --clahe --posterize \ --norm batch python test-mogrify.py \ --dataroot /home/lens/code/pix2pix/datasets/pcfade/train/frame_01200.png \ --experiment liteframe \ --name pcfade \ --loadSize 256 \ --fineSize 256 \ --how_many 200 \ --model test \ --which_model_netG unet_256 \ --which_direction AtoB \ --dataset_mode aligned \ --recursive \ --clahe --posterize \ --norm batch