UGATIT
Image translator
An unsupervised image-to-image translation model with adaptive normalization and attention mechanisms.
Official Tensorflow implementation of U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation (ICLR 2020)
6k stars
175 watching
1k forks
Language: Python
last commit: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
diego999/pygat | An implementation of the Graph Attention Network model using PyTorch. | 2,914 |
petarv-/gat | An implementation of Graph Attention Networks in TensorFlow for graph representation learning. | 3,233 |
tkarras/progressive_growing_of_gans | A training methodology for generative adversarial networks to improve quality and stability | 6,095 |
lucidrains/dalle2-pytorch | An implementation of DALL-E 2's text-to-image synthesis neural network in PyTorch | 11,148 |
brade31919/srgan-tensorflow | Tensorflow implementation of a generative adversarial network for single image super-resolution | 849 |
lengstrom/fast-style-transfer | An implementation of fast style transfer using TensorFlow and neural networks to apply artistic styles to images and videos. | 10,927 |
nvlabs/stylegan | A deep learning framework implementing a generator architecture for generating images with controllable attributes and disentangled latent factors | 14,152 |
clovaai/stargan-v2 | A Python implementation of an image-to-image translation model for generating diverse images across multiple domains. | 3,500 |
lucidrains/imagen-pytorch | Implements Google's Text-to-Image Neural Network in PyTorch using a cascading DDPM architecture with dynamic clipping and noise level conditioning. | 8,088 |
yunjey/stargan | Develops a unified generative model to translate images across multiple domains using a single network architecture. | 5,229 |
nvlabs/stylegan2 | Improves upon the state-of-the-art architecture for generating high-quality images using a GAN-based approach | 10,991 |
junyanz/igan | Interactive image generation using Generative Adversarial Networks to satisfy user edits in real-time | 3,977 |
tensorlayer/srgan | Generative Adversarial Network based Single Image Super-Resolution | 3,326 |
zsdonghao/unsup-im2im | A framework for unsupervised image-to-image translation using Generative Adversarial Networks (GANs) and deep learning. | 73 |
preritj/segmentation | Deep learning models for semantic segmentation of images | 100 |