yiranran/APDrawingGAN
Code for APDrawingGAN: Generating Artistic Portrait Drawings from Face Photos with Hierarchical GANs (CVPR 2019 Oral)
Implements a hierarchical GAN architecture with local discriminators and auxiliary networks for facial landmark and background awareness, enabling fine-grained control over portrait stylization. Built on PyTorch with support for pre-trained models, the framework includes preprocessing utilities for face alignment, landmark extraction, and background masking to handle real-world photo inputs. Integrates Visdom for training visualization and provides both single-image inference and batch training pipelines with optional initialization from pre-trained weights.
809 stars. No commits in the last 6 months.
Stars
809
Forks
152
Language
Python
License
Apache-2.0
Category
Last pushed
Aug 01, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/yiranran/APDrawingGAN"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related models
NVIDIA/pix2pixHD
Synthesizing and manipulating 2048x1024 images with conditional GANs
GaParmar/clean-fid
PyTorch - FID calculation with proper image resizing and quantization steps [CVPR 2022]
albertpumarola/GANimation
GANimation: Anatomically-aware Facial Animation from a Single Image (ECCV'18 Oral) [PyTorch]
yuanming-hu/exposure
Learning infinite-resolution image processing with GAN and RL from unpaired image datasets,...
wuhuikai/GP-GAN
Official Chainer implementation of GP-GAN: Towards Realistic High-Resolution Image Blending...