diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 8730fbc63b3a5e447371ab48be2ab0127cd5d2f5..5ced27f70fb08e16c096776c39273708059f0662 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -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:
diff --git a/README.md b/README.md
index 367b866d3ae9e27628cff02c6aae212706995515..caf515d8ace4407fade10febb09b1aff9d4c64c2 100644
--- a/README.md
+++ b/README.md
@@ -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(杨立昆)
+### 照片动漫化
+
+
+
+
## 版本更新
@@ -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)。
diff --git a/README_en.md b/README_en.md
index 861c1b256b7995a5b2a37b1ea6da2012c625f65d..a5a4efde06b0150fc6ca5a359e6f0c25abaff792 100644
--- a/README_en.md
+++ b/README_en.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
+### Photo animation
+
+
+
+
+
## 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
diff --git a/docs/imgs/animeganv2.png b/docs/imgs/animeganv2.png
new file mode 100644
index 0000000000000000000000000000000000000000..a4ec4392ae7794488f1e72babe1a9706947e7f8f
Binary files /dev/null and b/docs/imgs/animeganv2.png differ