An open API service indexing awesome lists of open source software.

https://github.com/sameer/colorize

Image colorization in Python with PyTorch
https://github.com/sameer/colorize

Last synced: 11 months ago
JSON representation

Image colorization in Python with PyTorch

Awesome Lists containing this project

README

          

# colorize

Image colorization in Python using PyTorch on Google Colaboratory.

**Please remember to cite sources if you are using this project as a reference!**

## Usage

* Import the Jupyter notebook `Colorize.ipnyb` to Google Colab

or

* Save a copy of my [Google Colab Colorize Notebook](https://colab.research.google.com/drive/145RFYR24FJJTLM3jlZvuKSbbh75IIau_)

### Demo: CIFAR10 Dataset

Left: image colorized from grayscale, Right: original image

![sample output](output.png)

## Licensing

Dual-licensed under Apache and MIT licenses.