neuralchen/awesome_style_transfer
The style transfer paper collection in International CV conference
This collection helps artists, designers, and researchers explore the latest techniques in image style transfer. It curates academic papers from top computer vision conferences, allowing users to discover methods for transforming the artistic style of images. You can find research that takes a standard image and applies the visual characteristics of another image or artistic work to it, resulting in a new stylized image.
110 stars. No commits in the last 6 months.
Use this if you are an artist, designer, or researcher interested in applying one image's artistic style to another and want to explore the cutting-edge academic research in this field.
Not ideal if you are looking for ready-to-use software or tools for immediate image style transfer without needing to delve into academic papers.
Stars
110
Forks
12
Language
—
License
MIT
Category
Last pushed
Sep 06, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/neuralchen/awesome_style_transfer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rgeirhos/Stylized-ImageNet
Code to create Stylized-ImageNet, a stylized version of standard ImageNet (ICLR 2019 Oral)
ProGamerGov/neural-style-pt
PyTorch implementation of neural style transfer algorithm
cysmith/neural-style-tf
TensorFlow (Python API) implementation of Neural Style
reiinakano/arbitrary-image-stylization-tfjs
Arbitrary style transfer using TensorFlow.js
gordicaleksa/pytorch-neural-style-transfer
Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally...