README_en.md 2.0 KB
Newer Older
L
LielinJiang 已提交
1
English | [简体中文](./README.md)
L
LielinJiang 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37

# PaddleGAN

PaddleGAN is an development kit of Generative Adversarial Network based on PaddlePaddle.

### Image Translation
![](./docs/imgs/A2B.png)
![](./docs/imgs/B2A.png)

### Makeup shifter
![](./docs/imgs/makeup_shifter.png)

### Old video restore
![](./docs/imgs/color_sr_peking.gif)

### Super resolution

![](./docs/imgs/sr_demo.png)

### Motion driving
![](./docs/imgs/first_order.gif)

Features:

- Highly Flexible:

  Components are designed to be modular. Model architectures, as well as data
preprocess pipelines, can be easily customized with simple configuration
changes.

- Rich applications:

  PaddleGAN provides rich of applications, such as image generation, image restore, image colorization, video interpolate, makeup shifter.

## Install

L
LielinJiang 已提交
38
Please refer to [install](./docs/install_en.md).
L
LielinJiang 已提交
39 40

## Data Prepare
L
LielinJiang 已提交
41
Please refer to [data prepare](./docs/data_prepare_en.md) for dataset preparation.
L
LielinJiang 已提交
42 43

## Get Start
L
LielinJiang 已提交
44
Please refer [get started](./docs/get_started_en.md) for the basic usage of PaddleGAN.
L
LielinJiang 已提交
45 46 47

## Model tutorial
* [Pixel2Pixel and CycleGAN](./docs/tutorials/pix2pix_cyclegan.md)
48
* [PSGAN](./docs/tutorials/psgan_en.md)
L
LielinJiang 已提交
49
* [Video restore](./docs/tutorails/video_restore.md)
50
* [Motion driving](./docs/tutorials/motion_driving_en.md)
L
LielinJiang 已提交
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66

## License
PaddleGAN is released under the [Apache 2.0 license](LICENSE).

## Contributing

Contributions and suggestions are highly welcomed. Most contributions require you to agree to a [Contributor License Agreement (CLA)](https://cla-assistant.io/PaddlePaddle/PaddleGAN) declaring.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA. Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
For more, please reference [contribution guidelines](docs/CONTRIBUTE.md).


## External Projects

External gan projects in the community that base on PaddlePaddle:

+ [PaddleGAN](https://github.com/PaddlePaddle/PaddleGAN)