FangYang970206 / Anime_GAN
GAN models with Anime.
☆63Updated 5 years ago
Alternatives and similar repositories for Anime_GAN:
Users that are interested in Anime_GAN are comparing it to the libraries listed below
- This is the demo of image style transfer using perceptual loss.☆208Updated 3 years ago
- some notes for reading papers☆26Updated 4 years ago
- 使用VGG19迁移学习实现图像风格迁移。☆155Updated 5 years ago
- 人脸和动漫脸的互转☆47Updated 6 years ago
- Tensorflow implementation of CycleGANs☆134Updated 7 years ago
- 本代码加入了神经风格迁移中文注释,更易理解,同时新加入begin.py可直接运行调试。☆46Updated 7 years ago
- 基于pix2pix模型的动漫图片自动上色(keras实现) 2019-2-25☆109Updated 4 years ago
- Implementation of some different variants of GANs by tensorflow, Train the GAN in Google Cloud Colab, DCGAN, WGAN, WGAN-GP, LSGAN, SNGAN,…☆230Updated 2 years ago
- Tensorflow implementation of "Towards the Automatic Anime Characters Creation with Generative Adversarial Networks"☆98Updated 6 years ago
- A minimal implementaion (less than 150 lines of code with visualization) of DCGAN/WGAN in PyTorch with jupyter notebooks☆188Updated 7 years ago
- Face recognition using triplet loss, implementing FaceNet with pytorch.人脸识别项目,提供一个小型数据集用作验证,使用三元组损失函数(Triplet loss)提升准确率和泛化能力,对FaceNet进行了…☆129Updated 6 years ago
- 《深度学习之PyTorch实战计算机视觉》全书代码