Skip to content

Latest commit

 

History

History

neural_style_transfer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

PyTorch implementation of the paper "A Neural Algorithm of Artistic Style by Gatys et. al".

Link to the original paper: https://arxiv.org/pdf/1508.06576.pdf

Overview

The problem is to take two images, extract content from one image, style(texture) from the other and seamlessly merge them together into one final image that looks realistic.

Results

left:content img, middle:style img, right: output img

alt text alt text alt text

References

[1] A Neural Algorithm of Artistic Style by Gatys et. al - https://arxiv.org/abs/1508.06576