stargan
Domain translator
Develops a unified generative model to translate images across multiple domains using a single network architecture.
StarGAN - Official PyTorch Implementation (CVPR 2018)
5k stars
131 watching
972 forks
Language: Python
last commit: almost 4 years ago cvpr2018generative-modelsimage-to-image-translationpytorchstargan
Related projects:
Repository | Description | Stars |
---|---|---|
clovaai/stargan-v2 | A Python implementation of an image-to-image translation model for generating diverse images across multiple domains. | 3,500 |
junyanz/pytorch-cyclegan-and-pix2pix | Image-to-image translation in PyTorch using cycle-consistent adversarial networks and generative adversarial networks. | 23,085 |
eladrich/pixel2style2pixel | An implementation of an image-to-image translation framework using StyleGAN encoders and generators. | 3,195 |
postech-cvlab/pytorch-studiogan | A comprehensive PyTorch library providing implementations of various Generative Adversarial Networks (GANs) for image generation and evaluation. | 3,430 |
junyanz/igan | Interactive image generation using Generative Adversarial Networks to satisfy user edits in real-time | 3,977 |
junyanz/bicyclegan | A PyTorch implementation of an image-to-image translation model that generates new images from paired training data. | 1,486 |
phillipi/pix2pix | An implementation of an image-to-image translation algorithm using deep learning techniques | 10,163 |
sanghyun-son/edsr-pytorch | Provides a PyTorch implementation of single image super-resolution | 2,443 |
nvidia/pix2pixhd | Generates photorealistic images from conditional inputs using deep neural networks | 6,667 |
nvlabs/stylegan2-ada-pytorch | An official PyTorch implementation of the StyleGAN2-ADA algorithm for generating images with a focus on stability and performance. | 4,126 |
nvidia/vid2vid | A PyTorch implementation of a video-to-video translation method for generating photorealistic videos from semantic label maps or other input data. | 8,607 |
wtjiang98/psgan | An implementation of a deep learning-based makeup transfer algorithm that can robustly handle pose and expression variations in images. | 727 |
tkarras/progressive_growing_of_gans | A training methodology for generative adversarial networks to improve quality and stability | 6,095 |
nvlabs/stylegan | A deep learning framework implementing a generator architecture for generating images with controllable attributes and disentangled latent factors | 14,152 |
williamyang1991/gp-unit | This implementation enables unsupervised translation between two domains with drastic visual discrepancies using a Generative Prior-guided approach. | 192 |