Skip to content

marcmontb/Neural-Style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Neural-Style

This notebook provides a comprehensive guide to implementing the Neural-Style algorithm developed by Leon A. Gatys, Alexander S. Ecker, and Matthias Bethge. Known as Neural-Transfer or Neural-Style, this technique allows you to transform an image by infusing it with a new artistic style. The process involves three images: an input image, a content image, and a style image. The algorithm alters the input image to mirror the content of the content image while adopting the artistic style of the style image.

Core Concept

The core concept is simple: we establish two metrics—one for content (DC) and one for style (DS). The content distance (DC) quantifies how different the content is between two images, and the style distance (DS) assesses how different the styles are. The algorithm processes a third image, the input, and adjusts it to minimize both the content distance from the content image and the style distance from the style image.

About

Neural Transfer Using PyTorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published