Given a Grey-Scale Image, predict its colored version
We use a U-Net kind of architecture where we feed Grey-Scale Image as Input, and generate AB Channel as output. Final Predicted image is concatenation of output AB channels and input grey-scale image.
- Link to dataset : https://www.kaggle.com/namanj27/images-places
- Save the dataset (‘images’ folder) to
Images_Places/
directory - Run the
Code.py
file