Comparison of Colorized Photography

Ledo Mestrinare
1 min readJul 8, 2020

--

In this experiment, I initially acquired two random color images on the internet and took all the saturation out of the image using Adobe Photoshop, after this step, I submitted the black and white image in the colorization system through neural network, after recoloring the image, we have the result.

We will use the following code to use the colorization.

!wget https://raw.githubusercontent.com/awarischool/br-data-science/master/image-colorizer/deoldify_wrapper.pyfrom deoldify_wrapper import DeOldifydeo =  DeOldify()deo.colorize('IMAGE_LINK.JPG')

Once the processes are finished, the final comparison follows:

--

--

Responses (1)