You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally included reconstruction scripts which allow you to reconstruct only the content or the style of the image - for better understanding of how NST works.
A simple and minimalistic implementation of the fast neural style transfer method presented in "Perceptual Losses for Real-Time Style Transfer and Super-Resolution" by Johnson et. al. (2016) 🏞
This is a social volunteering project for implementing neural style transfer algorithm for creating artistic styles with awesome textures to be printed on tees :)
Original Implementation of Neural Style Transfer in pytorch. Inspection has been performed into the working of thereof by changing the hyperparameters.
A PyTorch project implementing neural style transfer using the VGG19 model, combining the content of one image with the style of another for artistic transformations.