PSGAN
Makeup transfer algorithm
An implementation of a deep learning-based makeup transfer algorithm that can robustly handle pose and expression variations in images.
PyTorch code for "PSGAN: Pose and Expression Robust Spatial-Aware GAN for Customizable Makeup Transfer" (CVPR 2020 Oral)
727 stars
31 watching
147 forks
Language: Python
last commit: 8 months ago gangenerative-adversarial-networkmakeupmakeup-transferpsganpytorch
Related projects:
Repository | Description | Stars |
---|---|---|
chenyu-yang-2000/elegant | This implementation provides a framework for generating realistic makeup transfer results using Generative Adversarial Networks (GANs) | 161 |
honlan/dmt | This project enables makeup transfer using a Generative Adversarial Network to disentangle facial identity and makeup features. | 118 |
honlan/beautygan | An application that transfers makeup styles from reference images to non-makeup faces using deep generative adversarial networks. | 650 |
yunjey/mnist-svhn-transfer | A PyTorch implementation of cycle and semi-supervised GANs for domain transfer between MNIST and SVHN datasets | 432 |
zhanghang1989/pytorch-multi-style-transfer | A PyTorch implementation of neural style transfer and MSG-Net models for real-time image stylization | 979 |
anonymscholar/spmt | This code implements a PyTorch-based makeup transfer system using semantic-aware correspondence | 34 |
carpedm20/discogan-pytorch | A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. | 1,084 |
hanzhanggit/stackgan | A PyTorch implementation of a generative adversarial network for image synthesis from text descriptions | 1,860 |
junyanz/bicyclegan | A PyTorch implementation of an image-to-image translation model that generates new images from paired training data. | 1,486 |
progamergov/neural-style-pt | An algorithm to combine the content of one image with the style of another image using convolutional neural networks | 840 |
akanimax/pro_gan_pytorch | Implementation of a deep learning model for generating high-quality images with improved stability and variation. | 536 |
vinairesearch/cpm | An open-source software framework for transferring makeup patterns and colors from images of one style to another | 374 |
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 | 334 |
wangguanzhi/ladn | An implementation of a deep learning model for facial makeup and removal transfer | 181 |
mailmahee/pytorch-generative-adversarial-networks | An implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution. | 32 |