Unpaired Image-to-Image Translation using CycleGANs (horse2zebra)
Developed a 70x70 PatchGAN Discriminator and a 24-layer Generator model for effective unpaired image translation tasks. The model was trained using the horse2zebra dataset, running for 5 epochs to generate realistic fake images of horses transformed into zebras. This approach successfully reduced both discriminator and generator losses, demonstrating the effectiveness of the developed models in handling unpaired image translation tasks.
The dataset is available at UC Berkeley. You can go ahead and access it here.
Contains code for instance normalization used in both the Discriminator (70x70 PatchGAN) and Generator models.