Skip to content

Honlan/BeautyGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeautyGAN

简介

BeautyGAN: Instance-level Facial Makeup Transfer with Deep Generative Adversarial Network

官方网站:http://liusi-group.com/projects/BeautyGAN

提供了论文和数据集,但是没有开源代码,也没有提供训练好的模型

复现效果

使用方法

  • Python3.6
  • TensorFlow1.9

下载训练好的模型

新建文件夹model,将模型文件放于其中

imgs中包括11张无妆图片,以及9张有妆图片

默认对imgs/no_makeup/xfsy_0068.png进行上妆

python main.py

如果需要对其他人脸图片上妆,传入图片路径即可,推荐使用大小合适的正脸图片

python main.py --no_makeup xxx.xxx

About

transfer the makeup style of a reference face image to a non-makeup face

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages