Neural Network to style your images
Style of one image is transferred to the other. Used gram matrix to extract the style of the image calculated from the convolution layers of the VGG19 network. This is an implementation of Image Style Transfer Using Convolutional Neural Networks Gatys (CVPR 2016) paper.
- Pytorch framework
This project is licensed under the MIT License - see the LICENSE.md file for details.