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.py
and specify number of epochs with-e
flag
i.e.$ python3 main.py -e 10
will run the the script with 10 epocs
Note:
-
Data is taken from the
dummyData/ColorfulOriginal
folder. Modify this throughdataset
variable 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