Skip to content

Floki678/-Coloring-black-white-images-using-Convolutional-Neural-Networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Coloring black white images using Convolutional Neural Networks

Using self-made CNN combined with Inception classification model to color black/white images. Downsampling the image in inner layers of network to increase the features detected. Using already trained Inception model for image classification providing a global feature (i.e. the image class) to the model. Concatenating the two models together and upsampling after combination to obtain the input size image.