Skip to content
Snippets Groups Projects

CMPT 389 Project - Image Recolorization for Use in Creative Domains

Name

Choose a self-explaining name for your project.

Description

Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.

Installation

Main model: if you wish to run the .py implementation, please run the following in your terminal/anaconda distribution

pip install opencv-python
pip install matplotlib
pip install scikit-image
pip install torch
pip install torch-vision
pip install tqdm

the jupyter netbook implmentation should do this automatically.

The baseline model is completely contained and requires no extra installation.

Usage

(figure this out in a bit, baseline model should be super easy)

Authors and acknowledgment

This project would not have been possible without the use/accessibility of the following models:

My main model is a modified version of Palettenet: https://github.com/yongzx/PaletteNet-PyTorch My baseline is a slightly modified version of palette-based Photo Recoloring: https://github.com/b-z/photo_recoloring