An open API service indexing awesome lists of open source software.

https://github.com/tamohannes/image_colorization

Grayscal image to colorful transformation
https://github.com/tamohannes/image_colorization

cnn deep-learning keras neural-network tensorflow vgg16

Last synced: about 2 months ago
JSON representation

Grayscal image to colorful transformation

Awesome Lists containing this project

README

          

# image_colorization
## Grayscale image to colorful transformation - the aim is to get plausable colorful images which will "trick" the observer to give the feeling of a real RGB image

A VGG16 based CNN neaural network has been used, the schema is represented bellow:

![](model_plot.png)

Training sets are taken from Kaggle, practically any dataset could be used which consists of colorfull images (it's suggested to use a particullar class of images e.g. portrait, landscape)
Below are some results: (trainings are done by using two loss functions, MSE(in the middle) and Euclidean distance(on the right))

![](result1.png)
![](result2.png)
![](result3.png)
![](result4.png)
![](result5.png)
![](result6.png)
![](result7.png)