stargan-v2
Image translator
A Python implementation of an image-to-image translation model for generating diverse images across multiple domains.
StarGAN v2 - Official PyTorch Implementation (CVPR 2020)
4k stars
79 watching
659 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
cvpr2020generative-modelsimage-to-image-translationpytorchstargan-v2
Related projects:
Repository | Description | Stars |
---|---|---|
yunjey/stargan | Develops a unified generative model to translate images across multiple domains using a single network architecture. | 5,229 |
junyanz/pytorch-cyclegan-and-pix2pix | Image-to-image translation in PyTorch using cycle-consistent adversarial networks and generative adversarial networks. | 23,085 |
nvlabs/stylegan | A deep learning framework implementing a generator architecture for generating images with controllable attributes and disentangled latent factors | 14,152 |
tkarras/progressive_growing_of_gans | A training methodology for generative adversarial networks to improve quality and stability | 6,095 |
nvlabs/stylegan2 | Improves upon the state-of-the-art architecture for generating high-quality images using a GAN-based approach | 10,991 |
eladrich/pixel2style2pixel | An implementation of an image-to-image translation framework using StyleGAN encoders and generators. | 3,195 |
cszn/kair | Image restoration toolbox with training and testing codes for various deep learning-based methods | 2,957 |
nvidia/pix2pixhd | Generates photorealistic images from conditional inputs using deep neural networks | 6,667 |
postech-cvlab/pytorch-studiogan | A comprehensive PyTorch library providing implementations of various Generative Adversarial Networks (GANs) for image generation and evaluation. | 3,430 |
tencentarc/gfpgan | An algorithm for restoring damaged or obscured faces in images | 35,898 |
sanghyun-son/edsr-pytorch | Provides a PyTorch implementation of single image super-resolution | 2,443 |
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 |
tachibanayoshino/animegan | Generates anime-style images from real-world photos using a deep learning model. | 4,494 |
lucidrains/dalle2-pytorch | An implementation of DALL-E 2's text-to-image synthesis neural network in PyTorch | 11,148 |
junyanz/igan | Interactive image generation using Generative Adversarial Networks to satisfy user edits in real-time | 3,977 |