Sign inSign up

mecab/siggraph2016_colorization

By mecab

Updated over 10 years ago

Working image for https://github.com/satoshiiizuka/siggraph2016_colorization.

Image
5

2.2K

mecab/siggraph2016_colorization repository overview

Siggraph2016_Colorization

The working image for https://github.com/satoshiiizuka/siggraph2016_colorization. This also includes the implementation of "Style Transfer through Global Features" from https://github.com/MarCnu/siggraph2016_colorization.

Repository

This image is generated using the Dockerfile on https://github.com/mecab/siggraph2016_colorization_docker

Usage

Colorization

Assuming there is ansel_collorado_1941.png on the current directory,

docker run -t -v `pwd`:/d mecab/siggraph2016_colorization /d/ansel_colorado_1941.png /d/out.png

The first argument is source image. The second argument is output path. Note you should map host's directory by -v to input from a file on the host, ether output to a file on the host.

Stylization

Assuming there is lighthouse.jpg and field.jpg on the current directory,

docker run -t -v `pwd`:/d mecab/siggraph2016_colorization /d/lighthouse.jpg /d/field.jpg /d/out.png

The first argument is source image. The second argument is the image to extract the global priors from. The third is output path. Note you should map host's directory by -v to input or output from/to the directory on the host.

Tag summary

Content type

Image

Digest

Size

1.1 GB

Last updated

over 10 years ago

docker pull mecab/siggraph2016_colorization