- Implemented the model based on the paper Colorful Image Colorization
- Implemented in Keras
- Custom Dataset built by taking an youtube video of mario gameplay and extacting frames
- Run the
train_script.pyfor training any custom dataset - Run
colorization.pyto convert images from grayscale to rgb
-
This is the updated Image Colorization model built using the PIX2PIX Gan architecture
-
Due to great results on the first dataset, I used a different dataset, collected from Pixabay and containing more vibrant colors to train this network
-
Using Gan for Image colorization provided better results as compared to
Version 1of the model -
The input images for the network should be 256*256 in height and width for the training
-
./Gans/trainGan: Run this script for training the model on the dataset -
./Gans/imgColor: Use this script to convert GrayScale to RGB images









