EleGANt

Makeup GAN

This implementation provides a framework for generating realistic makeup transfer results using Generative Adversarial Networks (GANs)

PyTorch code for "EleGANt: Exquisite and Locally Editable GAN for Makeup Transfer" (ECCV 2022)

GitHub

165 stars
2 watching
36 forks
Language: Python
last commit: about 4 years ago
eccvelegantganmakeupmakeup-transferpytorch

Related projects:

RepositoryDescriptionStars
wtjiang98/psganAn implementation of a deep learning-based makeup transfer algorithm that can robustly handle pose and expression variations in images.737
honlan/dmtThis project enables makeup transfer using a Generative Adversarial Network to disentangle facial identity and makeup features.118
carpedm20/discogan-pytorchA PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations.1,084
mchong6/gansnrosesA PyTorch implementation of an image-to-image translation model that generates anime-style images from face images.1,158
akanimax/pro_gan_pytorchImplementation of a deep learning model for generating high-quality images with improved stability and variation.538
yunjey/mnist-svhn-transferA PyTorch implementation of cycle and semi-supervised GANs for domain transfer between MNIST and SVHN datasets433
jayleicn/animeganA PyTorch implementation of Generative Adversarial Networks for anime face drawing1,282
dmitryulyanov/ageThis repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation.285
mailmahee/pytorch-generative-adversarial-networksAn implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution.32
donydchen/ganimation_replicateReimplementation of GANimation facial animation from a single image using PyTorch251
shayneobrien/generative-modelsAnnotated implementations of various deep generative models using PyTorch498
honlan/beautyganAn application that transfers makeup styles from reference images to non-makeup faces using deep generative adversarial networks.656
anonymscholar/spmtThis code implements a PyTorch-based makeup transfer system using semantic-aware correspondence34
casualganpapers/make-a-scenePyTorch implementation of a scene-based text-to-image generation system with human priors using Generative Adversarial Networks and semantic segmentation334
csailvision/gandissectVisualizes and understands internal representations of generative adversarial networks (GANs) to analyze their behavior and improve performance.1,770