deep-photo-styletransfer
Image style transfer software
Software tool enabling the transfer of image styles from one image to another while preserving semantic information.
Code and data for paper "Deep Photo Style Transfer": https://arxiv.org/abs/1703.07511
10k stars
429 watching
1k forks
Language: Matlab
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
luanfujun/deep-painterly-harmonization | A software implementation of a deep learning-based algorithm for generating harmonious paintings by adjusting the style of an input image. | 6,071 |
nvidia/fastphotostyle | Transfers the style of a reference image to another image based on its content | 11,156 |
cysmith/neural-style-tf | An implementation of image style transfer using convolutional neural networks in TensorFlow. | 3,104 |
jcjohnson/neural-style | An algorithm to combine the content of one image with the style of another, using convolutional neural networks. | 18,312 |
fzliu/style-transfer | Transfers artistic styles between images using neural networks and matrix operations | 1,538 |
titu1994/neural-style-transfer | A neural network implementation of artistic style transfer with color preservation and masking capabilities. | 2,276 |
golnazghiasi/lrr | Code and models for reconstructing and refining images in semantic segmentation using Laplacian Pyramid techniques. | 59 |
donnyyou/torchcv | A comprehensive PyTorch-based framework for computer vision tasks | 2,250 |
nvlabs/stylegan | A deep learning framework implementing a generator architecture for generating images with controllable attributes and disentangled latent factors | 14,152 |
huochaitiantang/pytorch-deep-image-matting | Deep learning implementation of image matting, aiming to separate foreground and background from input images. | 293 |
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 |
openai/clip | A neural network trained on image and text pairs to predict the most relevant text snippet given an image | 25,919 |
erogol/seg-torch | Custom image segmentation implementation using deep learning with Lua and Torch | 37 |
dmitryulyanov/deep-image-prior | A project demonstrating image restoration using neural networks without learning | 7,886 |
phillipi/pix2pix | An implementation of an image-to-image translation algorithm using deep learning techniques | 10,163 |