...
/CycleGAN: Image-to-Image Translation from Unpaired Collections
CycleGAN: Image-to-Image Translation from Unpaired Collections
Understand CycleGAN and practice how to train it for image-to-image translation.
We'll cover the following...
We may have noticed that when training pix2pix, we need to determine a direction (A to B or B to A) that the images are translated to. Does this mean that if we want to freely translate from image set A to image set B and vice versa, we need to train two models separately?
Not with CycleGAN, we say!
CycleGAN is specifically designed for unpaired image collections, which means ...