Definition

Pix2pix model is a Conditional GAN model designed for image-to-image translation tasks.
Architecture
The generator of the model has a U-Net architecture. The pix2pix model takes an input image and learns to generate a corresponding output image. The training set consists of pairs of two images
Objective Function
The objective function of Pix2pix model is defined as