English | [ç®ä½ä¸æ](./README_cn.md)
# PaddleGAN
PaddleGAN provides developers with high-performance implementation of classic and SOTA Generative Adversarial Networks, and supports developers to quickly build, train and deploy GANs for academic, entertainment and industrial usage.
GAN-Generative Adversarial Network, was praised by "the Father of Convolutional Networks" **Yann LeCun (Yang Likun)** as **[One of the most interesting ideas in the field of computer science in the past decade]**. It's the one research area in deep learning that AI researchers are most concerned about.
<div align='center'>
<img src='./docs/imgs/ppgan.jpg'>
</div>
[![License](https://img.shields.io/badge/license-Apache%202-red.svg)](LICENSE)![python version](https://img.shields.io/badge/python-3.6+-orange.svg)
## ðª Hot Activities
- 2021.4.15~4.22
GAN 7 Days Course Camp: Baidu Senior Research Developers help you learn the basic and advanced GAN knowledge in 7 days!
**Courses videos and related materials: https://aistudio.baidu.com/aistudio/course/introduce/16651**
## ð Recent Updates
- ð¶ **Young or Oldï¼ï¼[StyleGAN V2 Face Editing](./docs/en_US/tutorials/styleganv2editing.md)-Time Machineï¼** ð¨âð¦³
- **[Online Toturials](https://aistudio.baidu.com/aistudio/projectdetail/3251280?channelType=0&channel=0)**
<div align='center'>
<img src='https://user-images.githubusercontent.com/48054808/146649047-765ec085-0a2c-4c88-9527-744836448651.gif' width='200'/>
</div>
- ð¥ **Latest Release: [PP-MSVSR](./docs/en_US/tutorials/video_super_resolution.md)** ð¥
- **Video Super Resolution SOTA models**
<div align='center'>
<img src='https://user-images.githubusercontent.com/48054808/144848981-00c6ad21-0702-4381-9544-becb227ed9f0.gif' width='300'/>
</div>
- ð **Boy or Girlï¼ï¼[StyleGAN V2 Face Editing](./docs/en_US/tutorials/styleganv2editing.md)-Changing gendersï¼** ð
- **[Online Toturials](https://aistudio.baidu.com/aistudio/projectdetail/2565277?contributionType=1)**
<div align='center'>
<img src='https://user-images.githubusercontent.com/48054808/141226707-58bd661e-2102-4fb7-8e18-c794a6b59ee8.gif' width='300'/>
</div>
- ð©âð **A Space Odyssey ï¼[LapStyle](./docs/zh_CN/tutorials/lap_style.md) image translation take you travel around the universe**ð¨âð
- **[Online Toturials](https://aistudio.baidu.com/aistudio/projectdetail/2343740?contributionType=1)**
<div align='center'>
<img src='https://user-images.githubusercontent.com/48054808/133392621-9a552c46-841b-4fe4-bb24-7b0cbf86616c.gif' width='250'/>
<img src='https://user-images.githubusercontent.com/48054808/133392630-c5329c4c-bc10-406e-a853-812a2b1f0fa6.gif' width='250'/>
<img src='https://user-images.githubusercontent.com/48054808/133392652-f4811b1e-0676-4402-808b-a4c96c611368.gif' width='250'/>
</div>
- ð§ââï¸ **Latest Creative Projectï¼create magic/dynamic profile for your student ID in Hogwarts** ð§ââï¸
- **[Online Toturials](https://aistudio.baidu.com/aistudio/projectdetail/2288888?channelType=0&channel=0)**
<div align='center'>
<img src='https://ai-studio-static-online.cdn.bcebos.com/da1c51844ac048aa8d4fa3151be95215eee75d8bb488409d92ec17285b227c2c' width='200'/>
</div>
- **ð Add Face Morphing functionð : you can perfectly merge any two faces and make the new face get any facial expressions!**
- Tutorials: https://aistudio.baidu.com/aistudio/projectdetail/2254031
<div align='center'>
<img src='https://user-images.githubusercontent.com/48054808/128299870-66a73bb3-57a4-4985-aadc-8ddeab048145.gif' width='200'/>
</div>
- **Publish a new version of First Oder Motion model by having two impressive features:**
- 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
<div align='center'>
<img src='https://user-images.githubusercontent.com/48054808/129904830-8b87e310-ea51-4aff-b29b-88920ee82447.png' width='500'/>
</div>
## Document Tutorial
#### **Installation**
* Environment dependence:
- PaddlePaddle >= 2.1.0
- Python >= 3.6
- CUDA >= 10.1
* [Full installation tutorial](https://github.com/PaddlePaddle/PaddleGAN/blob/develop/docs/zh_CN/install.md)
#### **Starter Tutorial**
- [Quick start](./docs/en_US/get_started.md)
- [Data Preparation](./docs/en_US/data_prepare.md)
- [Instruction of APIs](./docs/en_US/apis/apps.md)
- [Instruction of Config Files](./docs/en_US/config_doc.md)
## Model Tutorial
* [Pixel2Pixel](./docs/en_US/tutorials/pix2pix_cyclegan.md)
* [CycleGAN](./docs/en_US/tutorials/pix2pix_cyclegan.md)
* [LapStyle](./docs/en_US/tutorials/lap_style.md)
* [PSGAN](./docs/en_US/tutorials/psgan.md)
* [First Order Motion Model](./docs/en_US/tutorials/motion_driving.md)
* [FaceParsing](./docs/en_US/tutorials/face_parse.md)
* [AnimeGANv2](./docs/en_US/tutorials/animegan.md)
* [U-GAT-IT](./docs/en_US/tutorials/ugatit.md)
* [Photo2Cartoon](./docs/en_US/tutorials/photo2cartoon.md)
* [Wav2Lip](./docs/en_US/tutorials/wav2lip.md)
* [Single Image Super Resolution(SISR)](./docs/en_US/tutorials/single_image_super_resolution.md)
* Including: RealSR, ESRGAN, LESRCNN, PAN, DRN
* [Video Super Resolution(VSR)](./docs/en_US/tutorials/video_super_resolution.md)
* Including: â PP-MSVSR â, EDVR, BasicVSR, BasicVSR++
* [StyleGAN2](./docs/en_US/tutorials/styleganv2.md)
* [Pixel2Style2Pixel](./docs/en_US/tutorials/pixel2style2pixel.md)
* [StarGANv2](docs/en_US/tutorials/starganv2.md)
* [MPR Net](./docs/en_US/tutorials/mpr_net.md)
* [FaceEnhancement](./docs/en_US/tutorials/face_enhancement.md)
* [PReNet](./docs/en_US/tutorials/prenet.md)
* [SwinIR](./docs/en_US/tutorials/swinir.md)
* [InvDN](./docs/en_US/tutorials/invdn.md)
* [AOT-GAN](./docs/en_US/tutorials/aotgan.md)
* [NAFNet](./docs/en_US/tutorials/nafnet.md)
* [GFPGan](./docs/en_US/tutorials/gfpgan.md)
* [GPEN](./docs/en_US/tutorials/gpen.md)
## Composite Application
* [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 |
|--------------|-----------|
|Motion Driving-multi-personal "Mai-ha-hi" | [Click and Try](https://aistudio.baidu.com/aistudio/projectdetail/1603391) |
|Restore the video of Beijing hundreds years ago|[Click and Try](https://aistudio.baidu.com/aistudio/projectdetail/1161285)|
|Motion Driving-When "Su Daqiang" sings "unravel" |[Click and Try](https://aistudio.baidu.com/aistudio/projectdetail/1048840)|
## Examples
### Face Morphing
<div align='center'>
<img src='https://user-images.githubusercontent.com/48054808/129020371-75de20d1-705b-44b1-8254-e09710124244.gif'width='700' />
</div>
### Image Translation
<div align='center'>
<img src='https://user-images.githubusercontent.com/48054808/119464966-d5c1c000-bd75-11eb-9696-9bb75357229f.gif'width='700' height='200'/>
</div>
### Old video restore
<div align='center'>
<img src='https://user-images.githubusercontent.com/48054808/119469496-fc81f580-bd79-11eb-865a-5e38482b1ae8.gif' width='700'/>
</div>
### Motion driving
<div align='center'>
<img src='https://user-images.githubusercontent.com/48054808/119469551-0a377b00-bd7a-11eb-9117-e4871c8fb9c0.gif' width='700'>
</div>
### Super resolution
<div align='center'>
<img src='https://user-images.githubusercontent.com/48054808/119469753-3e12a080-bd7a-11eb-9cde-4fa01b3201ab.png'width='700' height='250'/>
</div>
### Makeup shifter
<div align='center'>
<img src='https://user-images.githubusercontent.com/48054808/119469834-4ff44380-bd7a-11eb-93b6-05b705dcfbf2.png'width='700' height
没有合适的资源?快使用搜索试试~ 我知道了~
PaddlePaddle:包括许多有趣的应用程序,如一阶运动传递、Wav2Lip、图片修复、图像编辑等
共565个文件
py:298个
md:97个
yaml:63个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 22 浏览量
2024-07-10
11:10:59
上传
评论
收藏 18.31MB ZIP 举报
温馨提示
PaddlePaddle:包括许多有趣的应用程序,如一阶运动传递、Wav2Lip、图片修复、图像编辑、photo2cartoon、图像风格传递、GPEN等。
资源推荐
资源详情
资源评论
收起资源包目录
PaddlePaddle:包括许多有趣的应用程序,如一阶运动传递、Wav2Lip、图片修复、图像编辑等 (565个子文件)
=2.0.0 5KB
main.cc 3KB
vsr.cc 3KB
process_op.cc 1KB
.gitignore 1KB
vsr.h 1KB
process_op.h 536B
ppgan.jpg 543KB
pSp-teaser.jpg 249KB
animeganv2_test.jpg 197KB
fom_source_image_multi_person.jpg 149KB
father_23.jpg 127KB
animeganv2_res.jpg 122KB
photo2cartoon_data_process.jpg 101KB
ADE_train_00000583.jpg 64KB
ADE_train_00000569.jpg 56KB
ADE_train_00002089.jpg 49KB
1.jpg 47KB
pic_.jpg 33KB
pSp-input.jpg 30KB
ADE_train_00000955.jpg 15KB
LICENSE 11KB
guangquan.m4a 130KB
apps.md 24KB
apps.md 16KB
README_cn.md 14KB
video_sr_cn.md 14KB
README.md 13KB
README.md 13KB
video_super_resolution.md 13KB
video_super_resolution.md 12KB
homework3.md 11KB
single_image_super_resolution.md 11KB
motion_driving.md 10KB
video_restore.md 10KB
single_image_super_resolution.md 10KB
motion_driving.md 10KB
contribute.md 9KB
README.md 9KB
lap_style.md 8KB
gpen.md 8KB
homework4.md 8KB
styleganv2clip.md 8KB
gpen.md 7KB
homework2.md 7KB
gfpgan.md 7KB
singan.md 7KB
lap_style.md 7KB
psgan.md 6KB
singan.md 6KB
psgan.md 6KB
gfpgan.md 6KB
test_train_inference_python.md 6KB
get_started.md 6KB
mpr_net.md 5KB
get_started.md 5KB
styleganv2clip.md 5KB
invdn.md 5KB
mpr_net.md 5KB
invdn.md 5KB
README.md 5KB
pix2pix_cyclegan.md 5KB
nafnet.md 5KB
pix2pix_cyclegan.md 5KB
remote_sensing_image_super-resolution.md 5KB
photopen.md 4KB
nafnet.md 4KB
README.md 4KB
styleganv2.md 4KB
styleganv2mixing.md 4KB
aotgan.md 4KB
video_color_cn.md 4KB
animegan.md 4KB
animegan.md 4KB
wav2lip.md 4KB
styleganv2.md 4KB
styleganv2fitting.md 4KB
styleganv2mixing.md 4KB
styleganv2editing.md 4KB
styleganv2editing.md 4KB
styleganv2fitting.md 4KB
config_doc.md 4KB
config_doc.md 3KB
TENSOR_RT.md 3KB
swinir.md 3KB
swinir.md 3KB
wav2lip.md 3KB
photo2cartoon.md 3KB
data_prepare.md 3KB
photo2cartoon.md 3KB
README.md 3KB
photo_sr_cn.md 3KB
prenet.md 3KB
pixel2style2pixel.md 3KB
aotgan.md 3KB
data_prepare.md 3KB
starganv2.md 3KB
pixel2style2pixel.md 3KB
starganv2.md 3KB
prenet.md 3KB
共 565 条
- 1
- 2
- 3
- 4
- 5
- 6
资源评论
UnknownToKnown
- 粉丝: 1w+
- 资源: 779
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 遥感图像分割 UDD5城市无人机数据集.zip
- 金色秋天黄叶背景儿童成长手册模板.pptx
- 黑板小草向日葵卡通小学教学课件模板.pptx
- 儿童美术绘画课件模板.pptx
- 卡通树木森林儿童教学课件模板.pptx
- 上海幼儿园2025年新学期家长会模板.pptx
- 手绘卡通小人美术教学课件模板.pptx
- 幼儿园教学课件模板.pptx
- 小学生教学课件模板.pptx
- 小学儿童音乐课件教案模板.pptx
- 幼儿园新学期家长会课件教案模板.pptx
- 基于python语音识别的智能垃圾分类系统源码数据库.doc
- C++实现的图书管理系统,使用简单的链表
- 大数据可视化项目,集成百度地图,ECharts.zip
- 中国行政区划矢量数据WGS84下载
- 开源物联网平台 - 物联网解决方案的设备管理,数据收集,处理.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功