Exercise of CNN design for coloring black and white images
- Install MiniConda
- Enter the MiniConda shell
conda activate - Create the environment with
conda env create environment.yml - Run
main.pyand specify number of epochs with-eflag
i.e.$ python3 main.py -e 10will run the the script with 10 epocs
Note:
-
Data is taken from the
dummyData/ColorfulOriginalfolder. Modify this throughdatasetvariable inmain.py -
Output will be dumped into a folder created at runtime
./output/Colored/and./output/Gray/
Developed and tested on Ubuntu 20.04 using Python 3.9.7
Based around Colorful Image Colorization, [2016, Zhang, Et.al]
https://github.com/richzhang/colorization