Skip to content

Arbitrary Style Transfer With Adaptive Instance Normalization

Notifications You must be signed in to change notification settings

ptran1203/style_transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

artchitecture

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.


🎨 Stylizing result

c1 c1 c1
c1 g1 g1 g1
c1 g1 g1 g1
c1 g1 g1 g1
c1 g1 g1 g1

Setup

About

Arbitrary Style Transfer With Adaptive Instance Normalization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published