GitXplorerGitXplorer
j

style-transfer

public
34 stars
8 forks
1 issues

Commits

List of commits on branch master.
Unverified
05f1132038e369ff4f41d60ace5803280159db24

update readme

jjimmyyhwu committed 8 years ago
Unverified
c860213c6dfc025b5bf7521666bef596c86ec474

add README

committed 8 years ago
Unverified
7de1ff61624e30fe38485dbf878704d22597ef54

initial commit

committed 8 years ago

README

The README file for this repository.

style-transfer

This is a TensorFlow implementation of style transfer as described in A Neural Algorithm of Artistic Style. This also implements a variation of the color preservation strategy described in Preserving Color in Neural Artistic Style Transfer.

Basic Style Transfer

Style Transfer with Color Preservation

Usage

Basic style transfer demo:

python main.py

Style transfer with color preservation demo:

python main.py --preserve_color

Style transfer on custom images:

python main.py --content <custom_content.jpg> --style <custom_style.jpg> --output <output_dir>

Requirements