From fc00b200a521328fe1402a21d26285d2c68e159a Mon Sep 17 00:00:00 2001 From: YixinKristy <48054808+YixinKristy@users.noreply.github.com> Date: Thu, 19 Aug 2021 10:35:25 +0800 Subject: [PATCH] Add paint transfer from vis (#405) * revise video restore docs * delete photos * Update README.md * Update install.md * update readme * Update README.md * Update get_started.md * Update get_started.md * Update readme en * Update get_started.md * Update photo_color_en.md * add wechaty demo * Update README.md * Update README_cn.md * Update README_cn.md * Update README_cn.md * Update README_cn.md * Update README_cn.md * Update motion_driving.md * Update README_cn.md * Update README_cn.md * Update README.md * Update README.md * Add paint transfer from vis * Update README.md * Create README.md --- README.md | 13 +++++++++---- README_cn.md | 12 +++++++++++- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 37312a3..8189afa 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,14 @@ GAN-Generative Adversarial Network, was praised by "the Father of Convolutional - High resolution 512x512 - Face Enhancement - Tutorials: https://github.com/PaddlePaddle/PaddleGAN/blob/develop/docs/zh_CN/tutorials/motion_driving.md + +- **New image translation ability--transfer photo into oil painting style:** + + - Complete tutorials for deployment: https://github.com/wzmsltw/PaintTransformer + +
+ +
## Quick Start @@ -104,15 +112,12 @@ You can run those projects in the [AI Studio](https://aistudio.baidu.com/aistudi ## Examples -### +### Face Morphing
- -### - ### Image Translation
diff --git a/README_cn.md b/README_cn.md index d52688a..65840d4 100644 --- a/README_cn.md +++ b/README_cn.md @@ -61,7 +61,17 @@ GAN--生成对抗网络,被“卷积网络之父”**Yann LeCun(杨立昆)
-- 新增First Order Motion分辨率512清晰版本,详情见[教程](./docs/zh_CN/tutorials/motion_driving.md)。 +- 新增First Order Motion分辨率512清晰版本,并加上人脸增强特效,使得面部细节更清晰,详情见[教程](./docs/zh_CN/tutorials/motion_driving.md)。 + +- 新增真实照片转油画风格能力 + + - 完整推理代码及教程见: https://github.com/wzmsltw/PaintTransformer + +
+ +
+ +## ## 文档教程 -- GitLab