styleblit
Style transfer algorithm
An algorithm for transferring styles between images while preserving local details and content
StyleBlit is an efficient example-based style transfer algorithm that can deliver high-quality stylized renderings in real-time.
173 stars
11 watching
28 forks
Language: C
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
fzliu/style-transfer | Transfers artistic styles between images using neural networks and matrix operations | 1,538 |
ckmarkoh/neuralart_tensorflow | An implementation of a neural algorithm for artistic style transfer using TensorFlow and the VGG 19 model. | 496 |
abhiskk/fast-neural-style | A deep learning algorithm for transferring the style of one image to another. | 428 |
msracver/deep-image-analogy | A C++ implementation of a deep learning technique for finding meaningful correspondences between images and transferring styles. | 1,369 |
progamergov/neural-style-pt | An algorithm to combine the content of one image with the style of another image using convolutional neural networks | 840 |
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 |
tensorlayer/adaptive-style-transfer | Adaptive style transfer in deep learning using a single model to apply multiple styles | 115 |
zhanghang1989/pytorch-multi-style-transfer | A PyTorch implementation of neural style transfer and MSG-Net models for real-time image stylization | 979 |
ileafsolutions/styleart | Converts images to various art styles using pre-trained machine learning models. | 227 |
badouralbahar/pose-with-style | This project enables users to generate detailed, pose-guided images with controlled style and preserve facial details. | 269 |
bengxy/fastneuralstyle | This project allows users to apply the style of one image to another using deep learning techniques. | 82 |
wtjiang98/psgan | An implementation of a deep learning-based makeup transfer algorithm that can robustly handle pose and expression variations in images. | 727 |
farmaker47/video_style_transfer | An Android app that applies artistic style transfer to video frames using pre-trained Tensorflow Lite models | 22 |
colorfulsoft/styletransfer-colorization-superresolution | A collection of C# implementations of neural network image processing algorithms | 43 |
alexis-jacq/pytorch-tutorials | An introduction to PyTorch through the Neural-Style algorithm for image transformation | 136 |