Home

Awesome

chainer-pix2pix

chainer implementation of pix2pix https://phillipi.github.io/pix2pix/

The Japanese readme can be found here.

Example result on CMP facade dataset

<img src="https://github.com/mattya/chainer-pix2pix/blob/master/image/example.png?raw=true"> From the left side: input, output, ground_truth

usage

  1. pip install -r requirements.txt
  2. Download the facade dataset (base set) http://cmp.felk.cvut.cz/~tylecr1/facade/
  3. python train_facade.py -g [GPU ID, e.g. 0] -i [dataset root directory] --out [output directory] --snapshot_interval 10000
  4. Wait a few hours...

Using other datasets