strandline / colorization

Demo code for Colorful Image Colorization.

Home Page:http://richzhang.github.io/colorization/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colorful Image Colorization [Project Page]

Richard Zhang, Phillip Isola, Alexei A. Efros. In arXiv, 2016.

Teaser Image

Installation

We include demo usage as an iPython notebook, under ./demo/colorization_demo_v0.ipynb. Clone the master branch of the respository using git clone -b master --single-branch https://github.com/richzhang/colorization.git, cd into the demo directory, run ipython notebook and open colorization_demo_v0.ipynb in your web browser.

Dependencies

This demo code requires a working installation of Caffe and basic Python libraries (numpy, pyplot, skimage, scipy). For guidelines and help with installation of Caffe, consult the installation guide and Caffe users group.

Citation

If you find this model useful for your resesarch, please use this bibtex to cite.

Misc

Should you wish to share your colorizations with us, please email Richard Zhang with subject "MyColorization" at rich.zhang@eecs.berkeley.edu. Also contact Richard for any questions or comments.

About

Demo code for Colorful Image Colorization.

http://richzhang.github.io/colorization/

License:BSD 2-Clause "Simplified" License


Languages

Language:Jupyter Notebook 100.0%