richzhang/colorization-pytorch
PyTorch reimplementation of Interactive Deep Colorization
This project helps graphic designers, photographers, or artists breathe new life into old black and white photos or artwork. You provide a grayscale image, and the system intelligently adds color, allowing you to guide the process with subtle hints for specific shades or tones. The output is a fully colorized image, ready for use in various creative applications.
605 stars. No commits in the last 6 months.
Use this if you need to convert black and white images into natural-looking color images, with the ability to precisely control the coloring of specific areas.
Not ideal if you need an out-of-the-box desktop application; this project provides the underlying training and testing code for the colorization model rather than a user-facing GUI.
Stars
605
Forks
110
Language
Python
License
MIT
Category
Last pushed
Jun 04, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/richzhang/colorization-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
emilwallner/Coloring-greyscale-images
Coloring black and white images with deep learning.
richzhang/colorization
Automatic colorization using deep neural networks. "Colorful Image Colorization." In ECCV, 2016.
baldassarreFe/deep-koalarization
Keras/Tensorflow implementation of our paper Grayscale Image Colorization using deep CNN and...
junyanz/interactive-deep-colorization
Deep learning software for colorizing black and white images with a few clicks.
moein-shariatnia/Deep-Learning
In-depth tutorials on deep learning. The first one is about image colorization using GANs...