Skip to content

sahilsharma884/Image2Art-Using-CycleGAN

Repository files navigation

Image2Art-Using-CycleGAN

In this research paper, they present an approach for learning to translate an image from a source domain X to a target domain Y in the absence of paired examples.

Their goal is to learn a mapping G: X → Y such that the distribution of images from G(X) is indistinguishable from the distribution Y using an adversarial loss. Because this mapping is highly under-constrained, we couple it with an inverse mapping F: Y → X and introduce a cycle consistency loss to enforce F(G(X)) ≈ X (and vice versa). It exactly called CycleGAN.

Datasets are available : https://people.eecs.berkeley.edu/~taesung_park/CycleGAN/datasets/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published