Fast Style Transfer πŸŽπŸ’¨πŸ–ŒοΈπŸŽ¨πŸ§ 

Background πŸ“–πŸ“• In this project, I will do a PyTorch implemention of the fast neural style transfer algorithm described in the paper Perceptual Losses for Real-Time Style Transfer and Super-Resolution by Justin Johnson, Alexandre Alahi, and Li Fei-Fei. This method essentially involves training a model to approximate the optimization based neural style transfer. The benefit is that it runs about 3 orders of magnitude faster! Because of its improved inference time, it’s feasible to run style transfer in real time as you’ll also....

January 1, 2023

Neural Style Transfer πŸ–ŒοΈπŸŽ¨πŸ§ 

In this project I will do a PyTorch implementation of the paper A Neural Algorithm of Artistic Style by Leon A. Gatys, Alexander S. Ecker, and Matthias Bethge. The repository of this project can be found here. Background By using a deep CNN trained on a large dataset, we can extract content features and style features in order to produce the desired combination of the two in one image. Here is an example of the Sultan Qaboos Grand Mosque mixed with the style of the Starry Night by Vincent van Gogh....

July 31, 2022