fast-neural-style
Style transfer
A deep learning algorithm for transferring the style of one image to another.
pytorch implementation of fast-neural-style
428 stars
8 watching
82 forks
Language: Python
last commit: 4 months ago deep-learningneural-stylepytorch
Related projects:
Repository | Description | Stars |
---|---|---|
bengxy/fastneuralstyle | This project allows users to apply the style of one image to another using deep learning techniques. | 82 |
progamergov/neural-style-pt | An algorithm to combine the content of one image with the style of another image using convolutional neural networks | 840 |
zhanghang1989/pytorch-multi-style-transfer | A PyTorch implementation of neural style transfer and MSG-Net models for real-time image stylization | 979 |
fzliu/style-transfer | Transfers artistic styles between images using neural networks and matrix operations | 1,538 |
tymokvo/pt-styletransfer | Software framework implementing neural style transfer with PyTorch support | 35 |
jamriska/styleblit | An algorithm for transferring styles between images while preserving local details and content | 173 |
alexis-jacq/pytorch-tutorials | An introduction to PyTorch through the Neural-Style algorithm for image transformation | 136 |
tensorlayer/adaptive-style-transfer | Adaptive style transfer in deep learning using a single model to apply multiple styles | 115 |
ckmarkoh/neuralart_tensorflow | An implementation of a neural algorithm for artistic style transfer using TensorFlow and the VGG 19 model. | 496 |
leongatys/pytorchneuralstyletransfer | Tools and implementations for neural style transfer using PyTorch | 421 |
msracver/deep-image-analogy | A C++ implementation of a deep learning technique for finding meaningful correspondences between images and transferring styles. | 1,369 |
ibm/max-fast-neural-style-transfer | A service for generating new images by mixing the content of an input image with the style of another image. | 50 |
xunhuang1995/adain-style | This project implements a real-time style transfer algorithm using adaptive instance normalization to transfer arbitrary new styles into images. | 1,472 |
ycjing/neural-style-transfer-papers | A collection of papers and code related to neural style transfer | 1,628 |
google-research/big_transfer | Pre-trained models and code for fine-tuning image recognition tasks using deep learning frameworks | 1,513 |