Skip to content

JYKM/image-colorization-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-colorization-python

This Project is developed for academic and research purposes.

Default File Structure

├─ /input
├─ /model
  ├─ .prototxt file
  ├─ .caffemodel file
  └─ .npy file
├─ /output
└─ settings.json

How to run?

  1. Install the requirements and dependencies
  2. Run main.py file

Requirements

Python 3.1+ (Preferably Python 3.9.5 or above), the dependencies and the following files

Store the following 3 files in a folder and locate them in the program (settings.json)

Caffe Model Link

Prototxt Link

Cluster Center Link

Dependencies

pip install -r requirements.txt

Citation

For further reading: http://richzhang.github.io/colorization/

@inproceedings{zhang2016colorful,
  title={Colorful Image Colorization},
  author={Zhang, Richard and Isola, Phillip and Efros, Alexei A},
  booktitle={ECCV},
  year={2016}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages