Adds color to a black and white image and outputs the colorized version.
1.4K
This model has been integrated with ai_integration for seamless portability across hosting providers.
Nvidia-Docker is required to run this image.
docker pull deepaiorg/colorization
nvidia-docker run --rm -it -e MODE=http -p 5000:5000 deepaiorg/colorization
Open your browser to localhost:5000 (or the correct IP address)
Save your image as content.jpg in the current directory.
nvidia-docker run --rm -it -v `pwd`:/shared -e MODE=command_line deepaiorg/colorization --image /shared/content.jpg --output /shared/output.jpg
docker build -t colorization .
Jason Antic: https://twitter.com/citnaj
Based on this implementation:
https://github.com/jantic/DeOldify
Simplification, streamlining, and updating to work in the year 2019 by DeepAI.
Content type
Image
Digest
Size
5.1 GB
Last updated
about 7 years ago
docker pull deepaiorg/colorization