diff --git a/README.md b/README.md index 37312a3c94f27720e009a8e39b0b22fa21de05be..8189afaa5e503270a46abb33f54ce56dc3692f4e 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 d52688aee48966bb6654c99453aeede96dede6c3..65840d43197de6744551c22c3eb821aa7b58d77c 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 + +
+ +
+ +## ## 文档教程