diff --git a/README.md b/README.md index 7c049b96bf7267f713cb45f412d221c443a01d33..c6789755a137d2165c19cc67bf7eca246567a041 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,23 @@ English | [简体中文](./README_cn.md) PaddleGAN is an development kit of Generative Adversarial Network based on PaddlePaddle. +### Image Translation +![](./docs/imgs/A2B.png) +![](./docs/imgs/B2A.png) -### old video restore +### Makeup shifter +![](./docs/imgs/makeup_shifter.png) + +### Old video restore ![](./docs/imgs/color_sr_peking.gif) -### super resolution +### Super resolution ![](./docs/imgs/sr_demo.png) +### Motion driving +![](./docs/imgs/first_order.gif) + Features: - Highly Flexible: @@ -56,6 +65,12 @@ Please refer to [data prepare](./docs/data_prepare.md) for dataset preparation. ## Get Start Please refer [get stated](./docs/get_started.md) for the basic usage of PaddleGAN. +## Model tutorial +* [Pixel2Pixel and CycleGAN](./docs/tutorials/pix2pix_cyclegan.md) +* [PSGAN](./docs/tutorials/psgan.md) +* [Video restore](./docs/tutorails/video_restore.md) +* [Motion driving](./docs/tutorials/motion_driving.md) + ## License PaddleGAN is released under the [Apache 2.0 license](LICENSE). diff --git a/README_cn.md b/README_cn.md index bd687ea9b2d5440f8ded6b6579e8e84747ff77cf..1236dda42f037e955729e7d4341a410cfe6918fe 100644 --- a/README_cn.md +++ b/README_cn.md @@ -4,6 +4,12 @@ PaddleGAN 是一个基于飞桨的生成对抗网络开发工具包. +### 图片变换 +![](./docs/imgs/A2B.png) +![](./docs/imgs/B2A.png) + +### 妆容迁移 +![](./docs/imgs/makeup_shifter.png) ### 老视频修复 ![](./docs/imgs/color_sr_peking.gif) @@ -11,6 +17,9 @@ PaddleGAN 是一个基于飞桨的生成对抗网络开发工具包. ### 超分辨率 ![](./docs/imgs/sr_demo.png) +### 动作驱动 +![](./docs/imgs/first_order.gif) + 特性: - 高度的灵活性: @@ -53,6 +62,11 @@ pip install -v -e . # or "python setup.py develop" ## 快速开始 训练,预测,推理等请参考 [快速开始](./docs/get_started.md). +## 模型教程 +* [Pixel2Pixel and CycleGAN](./docs/tutorals/pix2pix_cyclegan.md) +* [PSGAN](./docs/tutorals/psgan.md) +* [视频修复](./docs/tutorails/video_restore.md) +* [动作驱动](./docs/tutorials/motion_driving.md) ## 许可证书 本项目的发布受[Apache 2.0 license](LICENSE)许可认证。 diff --git a/docs/imgs/makeup_shifer.png b/docs/imgs/makeup_shifer.png deleted file mode 100644 index 63cb5626de74175e74f254d2fdeb951c6afc9e8e..0000000000000000000000000000000000000000 Binary files a/docs/imgs/makeup_shifer.png and /dev/null differ