From f44219a4a3b82dc61151cb42e47852e463e59563 Mon Sep 17 00:00:00 2001 From: YixinKristy <48054808+YixinKristy@users.noreply.github.com> Date: Mon, 1 Mar 2021 20:36:01 +0800 Subject: [PATCH] Add "Mayiyahei" related content (#196) * Update README_cn.md * Update README_cn.md * Update README.md * Update README.md * Update README.md * Update README_cn.md Co-authored-by: LaraStuStu --- README.md | 18 +++++++++++++++++- README_cn.md | 10 +++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 861fac1..e3f103e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ GAN-Generative Adversarial Network, was praised by "the Father of Convolutional * [Pixel2Pixel](./docs/en_US/tutorials/pix2pix_cyclegan.md) * [CycleGAN](./docs/en_US/tutorials/pix2pix_cyclegan.md) * [PSGAN](./docs/en_US/tutorials/psgan.md) -* [First Order Motion Model](./docs/en_US/tutorials/motion_driving.md) +* [First Order Motion Model](./docs/en_US/tutorials/motion_driving.md): **🤩Key Technology of "Mayiyahei🐜" (Face Swapping)🤩** * [FaceParsing](./docs/en_US/tutorials/face_parse.md) * [AnimeGANv2](./docs/en_US/tutorials/animegan.md) * [U-GAT-IT](./docs/en_US/tutorials/ugatit.md) @@ -52,8 +52,24 @@ GAN-Generative Adversarial Network, was praised by "the Father of Convolutional * [Video restore](./docs/en_US/tutorials/video_restore.md) +## Online Tutorial + +You can run those projects in the [AI Studio](https://aistudio.baidu.com/aistudio/projectoverview/public/1?kw=paddlegan) to learn how to use the models above: + +|Online Tutorial | link | +|--------------|-----------| +|Face Swapping-"Mayiyahei" |[Click and Try](https://aistudio.baidu.com/aistudio/projectdetail/1586056?channelType=0&channel=0)| +|Restore the video of Beijing hundreds years ago|[Click and Try](https://aistudio.baidu.com/aistudio/projectdetail/1161285)| +|Face Swapping-When "Su Daqiang" sings "unravel" |[Click and Try](https://aistudio.baidu.com/aistudio/projectdetail/1048840)| + ## Examples +### Face Swapping:"Mayiyahei" + +
+ +
+ ### Image Translation
diff --git a/README_cn.md b/README_cn.md index a6b71db..916d656 100644 --- a/README_cn.md +++ b/README_cn.md @@ -39,7 +39,7 @@ GAN--生成对抗网络,被“卷积网络之父”**Yann LeCun(杨立昆) * [Pixel2Pixel](./docs/zh_CN/tutorials/pix2pix_cyclegan.md) * [CycleGAN](./docs/zh_CN/tutorials/pix2pix_cyclegan.md) * [PSGAN](./docs/zh_CN/tutorials/psgan.md) -* [First Order Motion Model](./docs/zh_CN/tutorials/motion_driving.md) +* [First Order Motion Model](./docs/zh_CN/tutorials/motion_driving.md): **🤩「蚂蚁呀嘿🐜 」🤩 换脸视频核心技术** * [FaceParsing](./docs/zh_CN/tutorials/face_parse.md) * [AnimeGANv2](./docs/zh_CN/tutorials/animegan.md) * [U-GAT-IT](./docs/zh_CN/tutorials/ugatit.md) @@ -59,11 +59,19 @@ GAN--生成对抗网络,被“卷积网络之父”**Yann LeCun(杨立昆) |在线教程 | 链接 | |--------------|-----------| +|表情动作迁移-全网爆火的「蚂蚁呀嘿」实现 |[点击体验](https://aistudio.baidu.com/aistudio/projectdetail/1586056?channelType=0&channel=0)| |老北京视频修复|[点击体验](https://aistudio.baidu.com/aistudio/projectdetail/1161285)| |表情动作迁移-当苏大强唱起unravel |[点击体验](https://aistudio.baidu.com/aistudio/projectdetail/1048840)| + ## 效果展示 +### 蚂蚁呀嘿🤪 + +
+ +
+ ### 图片变换
-- GitLab