diff --git a/README.md b/README.md index 861fac1c6e58e257b423ab9088507246b4e56906..e3f103e1faf42246199e2708199fa8a3e02945e9 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 a6b71db1d48a2eafcc2002ede3107ae04fd07136..916d656a673b4e0b47df112724d64a5ecdd27949 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)| + ## 效果展示 +### 蚂蚁呀嘿🤪 + +
+ +
+ ### 图片变换