Image-to-image translation with pix2pix
Conditional GANs (cGANs) may be used to generate one type of object based on another – e.g., a map based on a photo, or a color video based on black-and-white. Here, we show how to implement the pix2pix approach with Keras and eager execution.