Skip to content

The project will consist in implementing from scratch with Keras and Tensorflow the pipeline described in the Colorful Image Colorization paper

Notifications You must be signed in to change notification settings

telecombcn-dl/2018-dlai-team9

Repository files navigation

Project goal: Image colorization

Team members:

Programing Language

We will be using Python 3.6 for this project. A virtual environment can easily be created by running:

virtualenv --python=python3.6 dlai-env
source dlai-env/bin/activate
pip install -r requirements.txt

In requirements.txt you will find any python dependency needed to run the code.

Abstract

The project will consist in implementing from scratch with Keras and Tensorflow the pipeline described in the Colorful Image Colorization paper which consists in generating realistic colorizations, given a grayscale photograph as input.

Dataset generation

...

Architecture

About

The project will consist in implementing from scratch with Keras and Tensorflow the pipeline described in the Colorful Image Colorization paper

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published