Code Monkey home page Code Monkey logo

style_transfer's Introduction

Style Transfer Tensorflow Implementation

Tensorflow implementation of the paper "A Neural Algorithm of Artistic Style".

The algorithm renders an image that keeps the content of one reference image while copying the style of another. For example:

There's plenty of great explanations on the web regarding how this works so I won't go into detail here...

Dependencies:

Usage:

Most parameters can be configured when running using command line, though some parameters can currently be configured only through default_params.py.

To run using command line:

python main.py

All parameters are optional and have default values:

--iterations <number of iterations>, --out_width <width of output image>, --content_path <content file path>, --style_path <style file path>, --result_path <Path of output image (with extension). If only a directory path is given, an automatic file name will be generated>, --noise_ratio <init image is noise_ratio*noise + (1-noise_ratio)*content_image>, --gamma <content/style ratio>, --beta <style weight>, --theta <tv loss weight>, --optimizer <'adam' or 'lbfgs'>.

Acknowledgements

For the trained VGG19 I have used the implementation of mechrisaa.

Photo credits:

  1. Eagle
  2. Psychedelic art

style_transfer's People

Contributors

eyalzk 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.