Skip to content

Neural Style Transfer (NST) refers to a class of software algorithms that manipulate digital images, or videos, in order to adopt the appearance or visual style of another image. NST algorithms are characterized by their use of deep neural networks for the sake of image transformation.

License

Notifications You must be signed in to change notification settings

fsrt16/Machines-Can-Draw-Neural-Style-Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Machines-Can-Draw-Neural-Style-Transfer

Hi Folks, welcome to this repositiry on neural style transfer, this is the implementation og gatys paper of 2015. The coherent idea here is to basically create a network which can be freezed by its trained weights over imagenet or pascal, and then optimize the input images from noise to fit content and stylise it. A few important underatnding and assumptions in this regard are:

  1. Rather than starting from niose, I have selected a replica of starting image to start of
  2. alpha is taken at 1 and beta at 0.01 which is different from the actual paper
  3. The loss function is slightly modified to fit well.
  4. Generall 6000-12000 epochs are trained for each sample of two images.
  5. I donot have gpu so it was trained on kaggle and other open source libraries.
  6. The use of jupyter file is to elaborate learning and understanding internally than a package of complete work.

If you like my work please upvote this Notebook

Experiment 1

Content

Style

Output

Experiment 2

Content

Style

Output

More Results

About

Neural Style Transfer (NST) refers to a class of software algorithms that manipulate digital images, or videos, in order to adopt the appearance or visual style of another image. NST algorithms are characterized by their use of deep neural networks for the sake of image transformation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published