Automatic colorizaton of grayscale images using Deep Learning.
Project description
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)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
autocolorize-0.2.1.tar.gz
(10.1 kB
view hashes)
Built Distribution
Close
Hashes for autocolorize-0.2.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30d38434e72c88ba118825582144e7ff7810bb5a56ca91c2f4a3ab668276d25c |
|
MD5 | ecf18fc1e78a1d19737654bebc080ecc |
|
BLAKE2b-256 | 4abd7d4d2359de90526ec147ab98da032843261b7ee22e964cd1699e12093d2a |