GAN
文章平均质量分 87
watersink
你怎么对这个世界,世界就会还你一个怎么样的它
展开
-
基于人脸先验的人脸超分FSRNet
论文:FSRNet: End-to-End Learning Face Super-Resolution with Facial PriorsGithub:https://github.com/tyshiwo/FSRNethttps://github.com/cs-giung/FSRNet-pytorchCVPR2018人脸超分是超分领域的一个子集。论文使用人脸关键点facial landmark heatmaps 和人脸解析分割图parsing maps 做约束,提出了适用于人脸.原创 2020-06-24 19:52:12 · 4464 阅读 · 2 评论 -
换脸算法之DeepFaceLab
论文:DeepFaceLab: A simple, flexible and extensible faceswapping frameworkGithub:https://github.com/iperov/DeepFaceLab论文提出了一个简单,灵活,可扩展的换脸框架DeepFaceLab。使用DeepFaceLab进行换脸的,汤姆·克鲁斯2020“参选”美国总统的竞选广告主要贡献:一个具有成熟流程的state-of-the-art 的框架提出,旨在获得真实图片结果..原创 2020-06-20 16:53:44 · 10682 阅读 · 6 评论 -
美妆之PSGAN
论文:PSGAN: Pose and Expression Robust Spatial-Aware GAN for CustomizableMakeup TransferGithub:https://github.com/wtjiang98/PSGANCVPR2020主要贡献:PSGAN是第一个实现局部换妆,换妆深浅控制,姿态,表情鲁棒的换妆算法,可以很好的应用于真实世界环境。 PSGAN中的MDNet模块被提出,从参考图片中分解出妆容信息为2个矩阵,通过这2个矩阵实现局部换..原创 2020-06-11 20:21:55 · 2195 阅读 · 0 评论 -
face-swap方法之FSGAN
论文:FSGAN: Subject Agnostic Face Swapping and Reenactment官网:https://nirkin.com/fsgan/Github:https://github.com/YuvalNirkin/fsganICCV2019论文提出了一种新的换脸(swapping )和再现(reenactment )的方法FSGAN,可以对图片和视频实现换脸操作。在v100显卡上,reenactment 可以达到30fps,swapping 可以..原创 2020-06-04 11:17:47 · 5036 阅读 · 1 评论 -
美颜换妆之BeautyGAN
论文:BeautyGAN: Instance-level Facial Makeup Transfer with DeepGenerative Adversarial Network官网:http://liusi-group.com/projects/BeautyGANGithub:https://github.com/Honlan/BeautyGAN论文提出了一种基于GAN的方式的化妆迁移的方法BeautyGAN,效果优于传统的Cycle-GAN。主要贡献:基于GAN...原创 2020-06-03 12:03:31 · 3645 阅读 · 3 评论 -
图像去模糊之DeblurGAN-v2
论文:DeblurGAN-v2: Deblurring (Orders-of-Magnitude) Faster and BetterGithub:https://github.com/TAMU-VITA/DeblurGANv2https://github.com/KupynOrest/DeblurGANv2ICCV 2019论文提出了DeblurGAN的改进版,DeblurGAN-v2,在efficiency, quality, flexibility 三方面都取得了sta..原创 2020-05-27 11:39:36 · 20177 阅读 · 167 评论 -
字体风格迁移之Multi-Content GAN
论文:Multi-Content GAN for Few-Shot Font Style TransferGitHub:https://github.com/azadis/MC-GAN 论文为cvpr2018,伯克利的BAIR实验室和adobe合作的论文。 整体框架:Multi-Content GAN是由两个条件gan堆叠而成。如上图所示,整个Multi-Content...原创 2018-10-08 18:04:22 · 6755 阅读 · 3 评论 -
周末torch7闪电战(blitz)
主要内容(1)torch7的安装(2)torch7的hello-world入门(3)对抗生成网络torch-gan ......(1)torch7的安装(centos7测试)LuaJIT方法安装: git clone https://github.com/torch/distro.git --recursivecd torch; bash ins...原创 2017-08-12 12:06:09 · 897 阅读 · 0 评论 -
BigGAN
论文:LARGE SCALE GAN TRAINING FOR HIGH FIDELITY NATURAL IMAGE SYNTHESISGithub:https://github.com/AaronLeong/BigGAN-pytorch BigGAN作为GAN发展史上的重要里程碑,将精度作出了跨越式提升。在ImageNet (128*128分辨率)训练下,将Inception Sc...原创 2019-01-02 15:48:46 · 21042 阅读 · 1 评论