Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 1.27 KB

README.md

File metadata and controls

56 lines (29 loc) · 1.27 KB

Neural-Style-Transfer

About :

This project contains a pytorch implementation of an algorithm for artistic style transfer. The algorithm can be used to mix the content of an image with the style of another image.

Papers implemented :

Leon A. Gatys, Alexander S. Ecker, Matthias Bethge : A Neural Algorithm of Artistic Style (Link)

Justin Johnson, Alexandre Alahi, Li Fei-Fei : Perceptual Losses for Real-Time Style Transfer and Super-Resolution (Link)

Dmitry Ulyanov, Andrea Vedaldi, Victor Lempitsky : Instance Normalization: The Missing Ingredient for Fast Stylization (Link)

Result :

(I)

Content Image :

Style Image :

Output :

(II)

Content Image :

Style Image :

Output :

(III)

Content Image :

Style Image :

Output :