AIHGF / autocolorize

Automatic colorizaton of grayscale images using Deep Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autocolorize

Automatically colorize images using Machine Learning.

Installation

Make sure that you have Caffe (with Python bindings). Then run:

pip install autocolorize

Run:

autocolorize grayscale.png -o colorized.png

API

You can also colorize from Python (assuming grayscale is the image that you want to colorize):

import autocolorize
classifier = autocolorize.load_default_classifier()
rgb = autocolorize.colorize(grayscale, classifier=classifier)

About

Automatic colorizaton of grayscale images using Deep Learning

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%