Skip to content

amansahu278/Neural-Style-Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Style-Transfer

Neural Style Transfer using VGG-19 Network

Description:

Implementation of system proposed by Leon et al. in A Neural Algorithm of Artistic Style, 2015.

In very simple terms, the proposal is of a system that can combine the content of an image and the style of another.

Content Image Style Image Resultant Image

Installation:

  • Clone the repository

Usage:

  • ./main.py [--content] [--style] [--total_step=INT] [--log_step=INT] [--sample_step=INT] [--style_weight=FLOAT] [--lr=FLOAT]

Results:

Initial attemps, with very wrong naming of the model features:

Fixed the naming according to the paper:
  • using conv features for both content and style with mse loss for both

  • using conv features for both content and style with l1 loss for both

  • using conv5 for content and all relu features for the style with mse loss for both

  • using conv5 for content and all relu features for the style with l1 loss for both

Other outputs:

Try it yourself

Resources:

About

Neural Style Transfer using VGG-19 Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages