Skip to content

Neural Style Transfer model that combines one picture's content with another picture's style

Notifications You must be signed in to change notification settings

wshahbaz/neural_style_transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Neural Style Transfer

Neural Style Transfer model that combines a content image with a style reference image to yield artistic renders.

The result was achieved by optimizing a Style Content Model. In this model we preprocess the input on a pretrained VGG19 model (trained on imagenet), then extract the intermediate layer activations to obtain weight activations learned from our content image, followed by computing the style-content loss and updating our model weights to acheive a smoother combined image.

Example

Given as input content image and style reference image, respectively

with neural style transfer we can generate image

Neural Style Transfer Output

References

About

Neural Style Transfer model that combines one picture's content with another picture's style

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published