zafercavdar / image-colorization

COMP 508 Computer Vision | Koç University | Final Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

COMP 508 Computer Vision | Koç University | Final Project


Languages

Language:Python 95.5%Language:Shell 3.3%Language:Makefile 1.2%