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)
161 stars
2 watching
36 forks
Language: Python
last commit: over 2 years ago eccvelegantganmakeupmakeup-transferpytorch
Related projects:
Repository | Description | Stars |
---|---|---|
wtjiang98/psgan | An implementation of a deep learning-based makeup transfer algorithm that can robustly handle pose and expression variations in images. | 727 |
honlan/dmt | This project enables makeup transfer using a Generative Adversarial Network to disentangle facial identity and makeup features. | 118 |
carpedm20/discogan-pytorch | A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. | 1,084 |
mchong6/gansnroses | A PyTorch implementation of an image-to-image translation model that generates anime-style images from face images. | 1,160 |
akanimax/pro_gan_pytorch | Implementation of a deep learning model for generating high-quality images with improved stability and variation. | 536 |
yunjey/mnist-svhn-transfer | A PyTorch implementation of cycle and semi-supervised GANs for domain transfer between MNIST and SVHN datasets | 432 |
jayleicn/animegan | A PyTorch implementation of Generative Adversarial Networks for anime face drawing | 1,280 |
dmitryulyanov/age | This repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation. | 285 |
mailmahee/pytorch-generative-adversarial-networks | An implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution. | 32 |
donydchen/ganimation_replicate | Reimplementation of GANimation facial animation from a single image using PyTorch | 251 |
shayneobrien/generative-models | Annotated implementations of various deep generative models using PyTorch | 500 |
honlan/beautygan | An application that transfers makeup styles from reference images to non-makeup faces using deep generative adversarial networks. | 650 |
anonymscholar/spmt | This code implements a PyTorch-based makeup transfer system using semantic-aware correspondence | 34 |
casualganpapers/make-a-scene | PyTorch implementation of a scene-based text-to-image generation system with human priors using Generative Adversarial Networks and semantic segmentation | 333 |
csailvision/gandissect | Visualizes and understands internal representations of generative adversarial networks (GANs) to analyze their behavior and improve performance. | 1,770 |