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
78 watching
660 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
cvpr2020generative-modelsimage-to-image-translationpytorchstargan-v2
Related projects:
Repository | Description | Stars |
---|---|---|
| Develops a unified generative model to translate images across multiple domains using a single network architecture. | 5,236 |
| Image-to-image translation in PyTorch using cycle-consistent adversarial networks and generative adversarial networks. | 23,272 |
| A deep learning framework implementing a generator architecture for generating images with controllable attributes and disentangled latent factors | 14,178 |
| A training methodology for generative adversarial networks to improve quality and stability | 6,110 |
| Improves upon the state-of-the-art architecture for generating high-quality images using a GAN-based approach | 11,010 |
| An implementation of an image-to-image translation framework using StyleGAN encoders and generators. | 3,200 |
| Image restoration toolbox with training and testing codes for various deep learning-based methods | 2,994 |
| Generates photorealistic images from conditional inputs using deep neural networks | 6,685 |
| A comprehensive PyTorch library providing implementations of various Generative Adversarial Networks (GANs) for image generation and evaluation. | 3,439 |
| An algorithm for restoring damaged or obscured faces in images | 36,009 |
| Provides a PyTorch implementation of single image super-resolution | 2,457 |
| A PyTorch implementation of a video-to-video translation method for generating photorealistic videos from semantic label maps or other input data. | 8,623 |
| Generates anime-style images from real-world photos using a deep learning model. | 4,502 |
| An implementation of DALL-E 2's text-to-image synthesis neural network in PyTorch | 11,184 |
| Interactive image generation using Generative Adversarial Networks to satisfy user edits in real-time | 3,979 |