This Project is developed for academic and research purposes.
├─ /input
├─ /model
├─ .prototxt file
├─ .caffemodel file
└─ .npy file
├─ /output
└─ settings.json
- Install the requirements and dependencies
- Run main.py file
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)
pip install -r requirements.txt
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}
}