未验证 提交 fdbc6aee 编写于 作者: Q qingqing01 提交者: GitHub

Add AnimeGANv2 in link (#112)

* Add AnimeGANv2 in link

* Update README_en.md
上级 d3608012
......@@ -17,7 +17,7 @@
- id: detect-private-key
- id: check-symlinks
- id: check-added-large-files
args: ['--maxkb=700']
args: ['--maxkb=1800']
- repo: local
hooks:
......
......@@ -40,6 +40,7 @@ GAN--生成对抗网络,被“卷积网络之父”**Yann LeCun(杨立昆)
* [PSGAN](./docs/zh_CN/tutorials/psgan.md)
* [First Order Motion Model](./docs/zh_CN/tutorials/motion_driving.md)
* [FaceParsing](./docs/zh_CN/tutorials/face_parse.md)
* [AnimeGANv2](./docs/zh_CN/tutorials/animegan.md)
## 复合应用
......@@ -95,6 +96,11 @@ GAN--生成对抗网络,被“卷积网络之父”**Yann LeCun(杨立昆)
<img src='./docs/imgs/ugatit.png'width='700' height='250'/>
</div>
### 照片动漫化
<div align='center'>
<img src='./docs/imgs/animeganv2.png'width='700' height='250'/>
</div>
## 版本更新
......@@ -118,6 +124,12 @@ PaddleGAN SIG就是这样一个汇集对GAN感兴趣小伙伴们的开发者组
我们正在持续招募有兴趣、有能力的开发者加入我们一起共同建设本项目,并一起探索更多有用、有趣的应用。欢迎大家在加入群后联系我们讨论加入SIG并参与共建事宜。
SIG贡献:
- [zhen8838](https://github.com/zhen8838): 贡献AnimeGANv2.
- [Jay9z](https://github.com/Jay9z): 贡献DCGAN的示例、修改安装文档等。
## 贡献代码
我们非常欢迎您可以为PaddleGAN提供任何贡献和建议。大多数贡献都需要同意参与者许可协议(CLA)。当提交拉取请求时,CLA机器人会自动检查您是否需要提供CLA。 只需要按照机器人提供的说明进行操作即可。CLA只需要同意一次,就能应用到所有的代码仓库上。关于更多的流程请参考[贡献指南](docs/zh_CN/contribute.md)
......
......@@ -40,6 +40,7 @@ GAN-Generative Adversarial Network, was praised by "the Father of Convolutional
* [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)
## Composite Application
......@@ -84,6 +85,12 @@ GAN-Generative Adversarial Network, was praised by "the Father of Convolutional
<img src='./docs/imgs/ugatit.png'width='700' height='250'/>
</div>
### Photo animation
<div align='center'>
<img src='./docs/imgs/animeganv2.png'width='700' height='250'/>
</div>
## Changelog
- v0.1.0 (2020.11.02)
......@@ -106,6 +113,11 @@ PaddleGAN SIG is such a developer organization that brings together people who i
We are continuing to recruit developers interested and capable to join us building this project and explore more useful and interesting applications together.
SIG contributions:
- [zhen8838](https://github.com/zhen8838): contributed to AnimeGANv2.
- [Jay9z](https://github.com/Jay9z): contributed to DCGAN and updated install docs, etc.
## Contributing
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册