Working image for https://github.com/satoshiiizuka/siggraph2016_colorization.
2.2K
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.
This image is generated using the Dockerfile on https://github.com/mecab/siggraph2016_colorization_docker
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.
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.
Content type
Image
Digest
Size
1.1 GB
Last updated
over 10 years ago
docker pull mecab/siggraph2016_colorization