Skip to content

Project for the university course Vision and Cognitive Services

Notifications You must be signed in to change notification settings

ChiaraBi/image-colorization

Repository files navigation

Automatic Image Colorization: a comparative overview

Project for the university course of Vision and Cognitive Services.

We used the following datasets:

Here you can find the pretrained models used in this project:

Requirements

Dahl

  • download the pretrained model and place the colorize.tfmodel file in the models folder

  • create a virtual environment: mkvirtualenv --python=python3 dahl

  • install the requirements: pip install -r requirements_dahl.txt

  • position yourself into the following folder: cd src/models

  • run the model: python3 dahl.py

Eccv16 and Siggraph17

  • create a virtual environment: mkvirtualenv --python=python3 zhang

  • install the requirements: pip install -r requirements_zhang.txt

  • position yourself into the following folder: cd src/models

  • run the model: python3 Eccv16andSiggraph17.py

ChromaGAN

  • download the pretrained model and place the ChromaGAN.h5 file in the models folder

  • create a virtual environment using python 3.6: mkvirtualenv --python=python3 chromaGAN

  • install the requirements: pip install -r requirements_chromaGAN.txt

  • position yourself into the following folder: cd src/models

  • run the model: python3 chromaGAN.py

InstColorization

The code to run this model is contained in the following notebook: src/models/InstColorization.ipynb.

Metrics

About

Project for the university course Vision and Cognitive Services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published