msracver/Deep-Image-Analogy
The source code of 'Visual Attribute Transfer through Deep Image Analogy'.
Establishes dense semantic correspondences between image pairs using VGG-19 deep features combined with PatchMatch, enabling style transfer across diverse image types (photo-to-painting, sketch-to-photo, etc.). Built as a C++ CUDA implementation on Caffe, it extracts multi-scale CNN features and performs weighted blending with optional edge-preserving filtering for structure-aware synthesis. Supports GPU acceleration on NVIDIA hardware with configurable parameters for blend strength and resolution scaling to balance fidelity and computational cost.
1,374 stars. No commits in the last 6 months.
Stars
1,374
Forks
231
Language
C++
License
MIT
Category
Last pushed
Sep 27, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/msracver/Deep-Image-Analogy"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related models
xunhuang1995/AdaIN-style
Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization
thiagoambiel/PortraitStylization
🖼️ PortraitStylization - A Pytorch style transfer algorithm optimized for human faces. Based on...
CompVis/brushstroke-parameterized-style-transfer
TensorFlow implementation of our CVPR 2021 Paper "Rethinking Style Transfer: From Pixels to...
StacyYang/MSG-Net
Multi-style Generative Network for Real-time Transfer
ChenDarYen/ArtFusion
ArtFusion: Controllable Arbitrary Style Transfer using Dual Conditional Latent Diffusion Models