DMT
Makeup transfer algorithm
This project enables makeup transfer using a Generative Adversarial Network to disentangle facial identity and makeup features.
Disentangled Makeup Transfer with Generative Adversarial Network
118 stars
6 watching
20 forks
Language: Python
last commit: over 5 years ago computer-visiondeep-learningdisentangled-representationsgenerative-adversarial-networkmakeup-transfertensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
honlan/beautygan | An application that transfers makeup styles from reference images to non-makeup faces using deep generative adversarial networks. | 650 |
wtjiang98/psgan | An implementation of a deep learning-based makeup transfer algorithm that can robustly handle pose and expression variations in images. | 727 |
wangguanzhi/ladn | An implementation of a deep learning model for facial makeup and removal transfer | 181 |
chenyu-yang-2000/elegant | This implementation provides a framework for generating realistic makeup transfer results using Generative Adversarial Networks (GANs) | 161 |
anonymscholar/spmt | This code implements a PyTorch-based makeup transfer system using semantic-aware correspondence | 34 |
yunjey/mnist-svhn-transfer | A PyTorch implementation of cycle and semi-supervised GANs for domain transfer between MNIST and SVHN datasets | 432 |
dmitryulyanov/age | This repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation. | 285 |
carpedm20/discogan-pytorch | A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. | 1,084 |
pathak22/context-encoder | Unsupervised feature learning by image inpainting using Generative Adversarial Networks (GANs) | 885 |
google-research/big_transfer | Pre-trained models and code for fine-tuning image recognition tasks using deep learning frameworks | 1,513 |
trevor-m/tensorflow-srgan | An implementation of a generative adversarial network (GAN) used to improve image quality through super-resolution | 39 |
fzliu/style-transfer | Transfers artistic styles between images using neural networks and matrix operations | 1,538 |
csailvision/gandissect | Visualizes and understands internal representations of generative adversarial networks (GANs) to analyze their behavior and improve performance. | 1,770 |
dribnet/portrain-gan | A Python implementation of a Generative Adversarial Network (GAN) model used to generate portraits from latent codes. | 40 |
brade31919/srgan-tensorflow | Tensorflow implementation of a generative adversarial network for single image super-resolution | 849 |