junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
23.09k stars 6.32k forks source link

Images get mirrored in pix2pix #1484

Closed thesupermanreturns closed 2 years ago

thesupermanreturns commented 2 years ago

My images become mirrored in case of pix2pix model, is there any way to handle this?

junyanz commented 2 years ago

You can add --no_flip to disable the mirroring.

thesupermanreturns commented 2 years ago

Thanks