In our project, we want to achieve automatic colorization of grayscale images. Colorization of grayscale images is an important problem because the photos before the invention of color photograph are ...
This project implements an image colorization solution using the pix2pix model, a Conditional Generative Adversarial Network (cGAN) designed for image-to-image translation. It transforms ...