Skip to content

srikarprabhaskandagatla/unpaired-image-to-image-translation-cyclegans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

unpaired-image-to-image-translation-cyclegans

Unpaired Image-to-Image Translation using CycleGANs (horse2zebra)

This Repository Contains Two Files:

Code

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.

Dataset

The dataset is available at UC Berkeley. You can go ahead and access it here.

Instance Normalization (.py) File

Contains code for instance normalization used in both the Discriminator (70x70 PatchGAN) and Generator models.

References

[1.] CycleGAN Monet to Photo Repository

[2.] Original CycleGAN Paper

About

Unpaired Image-to-Image Translation using CycleGANs (horse2zebra)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages