This project implements a cGAN-based approach for colorizing grayscale images. It leverages the power of deep learning to generate realistic and plausible color representations for black and white ...
"""This dataset class can load a set of natural images in RGB, and convert RGB format into (L, ab) pairs in Lab color space. is_train (bool) -- whether training phase or test phase. You can use this ...