junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
22.8k stars 6.29k forks source link

After training, the line of the generated images is very bold #1504

Open zccoder opened 1 year ago

zccoder commented 1 year ago

Using the default config, i test and get the generated images below:

image

I do not know why. And I have cleaned the dataset. Can you give me some suggestions on how to solve such problem. Thx a lot.

zccoder commented 1 year ago

And the key setting of train script below: --gan_mode vanilla \ --direction BtoA \ --no_dropout \ --batch_size 36 \ --gpu_ids 0,1,2,3,4,5,6,7 \ --pretrained_path ***.

the key setting of test script below: --model_suffix _B --model test --phase test --no_dropout

Bala93 commented 1 year ago

Can you share the original image-target pair ?