Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 3.06 KB

File metadata and controls

50 lines (38 loc) · 3.06 KB

Universal Style Transfer

Project Description

  • Implemented Neural Style Transfer techniques to create visually compelling images by merging the content of one image with arbitrary artistic style of another.
  • Developed a Multi-level stylization approach using a pre-trained encoder-decoder architecture based on VGG19.
  • Incorporated feature transformation with alpha as the style weight parameter to precisely control the stylistic transfer effects.
  • Leveraged powerful techniques such as Adaptive Instance Normalization (AdaIN) and Whitening and Coloring transforms (WCT) within the feature transformation process for image reconstruction network.

Model Architecture

Model Architecture

Deployment

  • To deploy this project run the following file : 3Adain-2WCT.ipynb
  • Make sure the content Image , Style Image and Output Image paths are clearly mentioned in the notebook.

Generated images

  • Example 1

Content Image 1 Style Image 1 Generated Image 1

  • Example 2

Content Image 2 Style Image 2 Generated Image 2

  • Example 3

Content Image 3 Style Image 3 Generated Image 3

Acknowledgements

Below are some research papers which have been instrumental in doing this project :

Support

If you found value in this project, please give it a star! Your support is greatly appreciated.