PyTorch-Multi-Style-Transfer
Style Transfer Library
A PyTorch implementation of neural style transfer and MSG-Net models for real-time image stylization
Neural Style and MSG-Net
979 stars
11 watching
206 forks
Language: Jupyter Notebook
last commit: over 2 years ago deep-neural-networksreal-timestyle-transfer
Related projects:
Repository | Description | Stars |
---|---|---|
progamergov/neural-style-pt | An algorithm to combine the content of one image with the style of another image using convolutional neural networks | 840 |
leongatys/pytorchneuralstyletransfer | Tools and implementations for neural style transfer using PyTorch | 421 |
bengxy/fastneuralstyle | This project allows users to apply the style of one image to another using deep learning techniques. | 82 |
alexis-jacq/pytorch-tutorials | An introduction to PyTorch through the Neural-Style algorithm for image transformation | 136 |
abhiskk/fast-neural-style | A deep learning algorithm for transferring the style of one image to another. | 428 |
tymokvo/pt-styletransfer | Software framework implementing neural style transfer with PyTorch support | 35 |
mchong6/soat | This repository provides a PyTorch implementation of an image manipulation technique using a pretrained StyleGAN model. | 380 |
fzliu/style-transfer | Transfers artistic styles between images using neural networks and matrix operations | 1,538 |
kaiyangzhou/dassl.pytorch | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,217 |
junyanz/bicyclegan | A PyTorch implementation of an image-to-image translation model that generates new images from paired training data. | 1,486 |
wtjiang98/psgan | An implementation of a deep learning-based makeup transfer algorithm that can robustly handle pose and expression variations in images. | 727 |
mrzhu-cool/pix2pix-pytorch | A PyTorch implementation of an image-to-image translation algorithm using conditional adversarial networks | 425 |
tensorlayer/adaptive-style-transfer | Adaptive style transfer in deep learning using a single model to apply multiple styles | 115 |
blade6570/photographicimagesynthesiswithcascadedrefinementnetworks-pytorch | An implementation of cascaded refinement networks for generating photorealistic images from semantic layouts | 65 |
yunjey/mnist-svhn-transfer | A PyTorch implementation of cycle and semi-supervised GANs for domain transfer between MNIST and SVHN datasets | 432 |