Git Product home page Git Product logo

generative-jamdani's Introduction

Generative-Jamdani

Based on pix2pix-tensorflow which is tensorflow port of pix2pix by Isola et al. Visit Jamdani Artist to see the live demonstration.

Interactive Demo

Demo

Sample output generated by our Generative-Jamdani from input sketches, like these examples from the original paper:

This is an implementation of pix2pix-tensorflow on Jamdani Noksha dataset. It is meant to be a faithful implementation of the original work and so does not add anything.

Setup

Prerequisites

  • Tensorflow 1.4.1

Recommended

  • Linux with Tensorflow GPU edition + cuDNN

Getting Started

# clone this repo
git clone https://github.com/raihan-tanvir/generative-jamdani.git
cd generative-jamdani

python pix2pix.py \
  --mode train \
  --output_dir model/ \
  --max_epochs 150 \
  --input_dir dataset/train \
  --which_direction BtoA
# test the model
python pix2pix.py \
  --mode test \
  --output_dir output/ \
  --input_dir dataset/test \
  --checkpoint model/

The test run will output an HTML file at output/index.html that shows input/output/target image sets.

Datasets

The data format used by this program is the same as the original pix2pix format, which consists of images of input and desired output side by side like:

For example:

Datasets Link

dataset example
Boundary Version
1116 images
Enhanched Resolution Version
1983 images
Skeleton Version
7932 images
Reduced Version
913 images
Sketch Version
910 images

Or download the entire Jamdani Noksha dataset from here

Citation

@INPROCEEDINGS{9392654,
  author={M. T. R. {Shawon} and R. {Tanvir} and H. F. {Shifa} and S. {Kar} and M. I. {Jubair}},
  booktitle={2020 23rd International Conference on Computer and Information Technology (ICCIT)}, 
  title={Jamdani Motif Generation using Conditional GAN}, 
  year={2020},
  volume={},
  number={},
  pages={1-6},
  doi={10.1109/ICCIT51783.2020.9392654}}

Acknowledgments

This is a implementation of pix2pix-tensorflow on Jamdani Noksha dataset. Thanks to the Tensorflow Affinelayer for making such a wonderful port! And special thanks to Phillip Isola for the original pix2pix.

generative-jamdani's People

Contributors

raihan-tanvir avatar christopherhesse avatar mermop avatar shawon-tanvir avatar julien2512 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.