/image-colorization

COMP 508 Computer Vision | Koç University | Final Project

Primary LanguagePython

11-layer CNN for Image colorization

Testing

For testing,

  1. Install requirements. make install_deps or pip3 install -r requirements.txt
  2. create these folders: images/demo/256x256 and put all your input images.
  3. Run python3 demo.py or make test-local
  4. Find your output images at outputs/ folder.