Giter VIP home page Giter VIP logo

chainer-pix2pix's Introduction

chainer-pix2pix

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

The Japanese readme can be found here.

Example result on CMP facade dataset

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...
  • --out stores snapshots of the model and example images at an interval defined by --snapshot_interval
  • If the model size is large, you can reduce --snapshot_interval to save resources.

Using other datasets

  • Gather image pairs (e.g. label + photo). Several hundred pairs are required for good results.
  • Create a copy of facade_dataset.py for your dataset. The function get_example should be written so that it returns the i-th image pair a tuple of numpy arrays i.e. (input, output).
  • It maybe necessary to update the loss function in updater.py.
  • Likewise, make a copy of facade_visualizer.py and modify to visualize the dataset.
  • In train_facade.py change in_ch and out_ch to the correct input and output channels for your data.

chainer-pix2pix's People

Contributors

mattya avatar rcalland avatar eggplant60 avatar bkvogel avatar gwtnb avatar nushio3 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.