kHarshit / style-transfer

Style Transfer in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update: Please check udacity-nanodegree-projects repository!

Style Transfer in PyTorch

The jupyter notebook decribes the style transfer implementation of Image Style Transfer Using Convolutional Neural Networks by Leon A. Gatys et al.

The Abstract of the paper is:

Rendering the semantic content of an image in different styles is a difficult image processing task. Arguably, a major limiting factor for previous approaches has been the lack of image representations that explicitly represent semantic information and, thus, allow to separate image content from style. Here we use image representations derived from Convolutional Neural Networks optimised for object recognition, which make high level image information explicit. We introduce A Neural Algorithm of Artistic Style that can separate and recombine the image content and style of natural images. The algorithm allows us to produce new images of high perceptual quality that combine the content of an arbitrary photograph with the appearance of numerous well-known artworks. Our results provide new insights into the deep image representations learned by Convolutional Neural Networks and demonstrate their potential for high level image synthesis and manipulation.

You can read the summary of the above paper here.

The jupyter notebook is from the PyTorch Scholarship Challenge from Udacity and facebook.

NOTE: If the notebook doesn't render here on GitHub, try it on nbviewer.

Example

content image style image output image
starrynight.jpg harshit_style.jpg

About

Style Transfer in PyTorch

License:MIT License


Languages

Language:Jupyter Notebook 100.0%