Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Automatic colorization using deep neural networks. "Colorful Image Colorization." In ECCV, 2016.
| Date | Stars |
|---|---|
| 2026-07-24 | 3458 |
| 2026-07-25 | 3459 |
| 2026-07-28 | 3460 |
| 2026-07-30 | 3460 |
| 2026-07-31 | 3460 |
| 2026-08-04 | 3460 |
| 2026-08-05 | 3458 |
| 2026-08-06 | 3458 |
Today
— stars today
This week
-2 stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<!--<h3><b>Colorful Image Colorization</b></h3>-->
## <b>Colorful Image Colorization</b> [[Project Page]](http://richzhang.github.io/colorization/) <br>
[Richard Zhang](https://richzhang.github.io/), [Phillip Isola](http://web.mit.edu/phillipi/), [Alexei A. Efros](http://www.eecs.berkeley.edu/~efros/). In [ECCV, 2016](http://arxiv.org/pdf/1603.08511.pdf).
**+ automatic colorization functionality for Real-Time User-Guided Image Colorization with Learned Deep Priors, SIGGRAPH 2017!**
**[Sept20 Update]** Since it has been 3-4 years, I converted this repo to support minimal test-time usage in PyTorch. I also added our SIGGRAPH 2017 (it's an interactive method but can also do automatic). See the [Caffe branch](https://github.com/richzhang/colorization/tree/caffe) for the original release.

**Clone the repository; install dependencies**
```
git clone https://github.com/richzhang/colorization.git
pip install requirements.txt
```
**Colorize!** This script will colorize an image. The results should match the images in the `imgs_out` folder.
```
python demo_release.py -i imgs/ansel_adams3.jpg
```
**Model loading in Python** The following loads pretrained colorizers. See [demo_release.py](demo_release.py) for some details on how to run the model. There are some pre and post-processing steps: convert to Lab space, resize to 256x256, colorize, and concatenate to the original full resolution, and convert to RGB.
```python
import colorizers
colorizer_eccv16 = colorizers.eccv16().eval()
colorizer_siggraph17 = colorizers.siggraph17().eval()
```
### Original implementation (Caffe branch)
The original implementation contained train and testing, our network and AlexNet (for representation learning tests), as well as representation learning tests. It is in Caffe and is no longer supported. Please see the [caffe](https://github.com/richzhang/colorization/tree/caffe) branch for it.
### Citation ###
If you find these models useful for your resesarch, please cite with these bibtexs.
```
@inproceedings{zhang2016colorful,
title={Colorful Image Colorization},
author={Zhang, Richard and Isola, Phillip and Efros, Alexei A},
booktitle={ECCV},
year={2016}
}
@article{zhang2017real,
title={Real-Time User-Guided Image Colorization with Learned Deep Priors},
author={Zhang, Richard and Zhu, Jun-Yan and Isola, Phillip and Geng, Xinyang and Lin, Angela S and Yu, Tianhe and Efros, Alexei A},
journal={ACM Transactions on Graphics (TOG)},
volume={9},
number={4},
year={2017},
publisher={ACM}
}
```
### Misc ###
Contact Richard Zhang at rich.zhang at eecs.berkeley.edu for any questions or comments.
Excerpt of 2,724 characters
Read on GitHubRichard Zhang · @adobe · United States
80
Phillip Isola
2
Hourann Bosci · @paramark-inc · United States
1
Guilherme Folego · Brazil
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:dc10148c3a9896c7, topic:deep-learning
matched fp:dc10148c3a9896c7, topic:computer-vision