Skip to content

SaebyeolShin/Colorization_UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colorization_UI

Pretrained Models

Checkpoints for iColoriT models are available in the links below.

put pretrained models into ./saved_models/

hint Link
Ours Google Drive
iColoriT Google Drive
No hint Google Drive

Installation

Our code is implemented in Python 3.8, torch>=1.8.2, and PyQt5

git clone https://github.com/SaebyeolShin/Colorization_UI.git
pip install -r requirements.txt

Run UI

Once you have satisfied all the requirements, you can run the base iColoriT model by executing

python3 colorize_ui.py

Controls

  • Left click on Drawing Pad to select the hint location.
  • Left click on the ab Color Gamut to select a color.
  • Right click on a hint location to undo the click.
  • Press Restart to undo all hints.
  • Press Save to save the colorized image.
  • Press Load to load another image.

Acknowledgments

Our GUI is an updated version of the iColoriT: Towards Propagating Local Hint to the Right Region in Interactive Colorization by Leveraging Vision Transformer. Thanks for sharing the codes!

About

Demo for Image Colorization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages