JunbinWang / Tensorflow-Style-Transfer-with-Adain

Tensorflow Implementation of the Paper "Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tensorflow Adain Style Transfer


  1. Tensorflow implementation of the ICCV 2017 Paper Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization

  2. You can use the train.py script to train your own model or download my model from here. The normalised VGG-19 model can also be found in this link.

  3. To train the model, you need to download MSCOCO dataset and Wikiart dataset. Some pre-processing measures may need to be taken to delete bad images.


Here are some result images (Left to Right: Content , Style , Result):


Acknowledgments:

About

Tensorflow Implementation of the Paper "Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization"


Languages

Language:Python 100.0%