Skip to content
/ colorizer Public

Python app that uses deep learning to automatically colorize black and white images.

Notifications You must be signed in to change notification settings

r-kf/colorizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

colorizer

Python app that uses deep learning to automatically colorize black and white images.

Colorizer App Window

Based on the Colorful Image Colorization Algorithm by Richard Zhang (http://richzhang.github.io/colorization/)

Example

Colorizer App Window w/ Example

Run

Download models

sh get_models.sh

Run app

python3 app.py

Unsolved mysteries

For some yet unexplained reason the app will display more blue-toned version of the images compared to the colorizer-function itself. That's confusing considering the app uses that very same colorizer function and does not manipulate the image further.

app.py colorizer.py
app app
app app

Attempted solutions

  • Skip image resizing before colorization
    • The only additional image manipulation the app does is to resize the images to fit the input and output windows. However we can conclude that this is not the culprit after attempting to run the app without resizing the image
  • coming soon

About

Python app that uses deep learning to automatically colorize black and white images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published