keras implemetation of Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization
The model architecture proposed by Huang et al., a fixed VGG19 is used to encode both content and style image. The outputs are passed through the adaptive instance normalization (AdaIN) which normalizes the content feature then scale and shift by mean and variance calculated from style feature to have similar global context with the style image. Then, a decoder is used to generate new image from the normalized feature.
- Runtime: Google colaboratory
- Tensorflow
1.15
and Keras2.2.5
- Dataset: Google Scraped Image and Best Artworks of all times