Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 852 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 852 Bytes

Paint-to-Image-Translation

Demo

Network

The underling is based on Pix2Pix.

Application Areas

By using this technique

  • We can colorize black and white photos.
  • Convert google maps to google earth.
  • Painting to image
  • Day to night
  • Edges to photo.
  • Game character construction.
  • Clothes and pose to pose with clothes.

Dataset

We tested this demo with Cityscapes Dataset.

Install

  • pip install tensorflow
  • pip install opencv-python
  • pip install numpy
  • pip install matplotlib
  • pip install tkinter

Run

python drawai.py