Skip to content

consciousgaze/ImageSytleTransfer

Repository files navigation

ImageSytleTransfer

An implementation for the paper http://arxiv.org/abs/1508.06576. Both Caffe version and Tensorflow version are provided.

Example code can be run by

python CaffeImageSytleTransfer.py --style <style image> --content <content image> --out_file <output file name>

python TensorImageStyleTransfer.py --style <style image> -- content <content image> --out_file <output file name>

More details can be found in parseArg() method in each converter.

An example output is: Style and content image:

Caffe output image:

Tensorflow output image:

About

An implementation for the paper http://arxiv.org/abs/1508.06576.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages