pytorch-CycleGAN-and-pix2pix
Translation model
Image-to-image translation in PyTorch using cycle-consistent adversarial networks and generative adversarial networks.
Image-to-Image Translation in PyTorch
23k stars
348 watching
6k forks
Language: Python
last commit: 6 months ago
Linked from 3 awesome lists
computer-graphicscomputer-visioncyclegandeep-learninggangansgenerative-adversarial-networkimage-generationimage-manipulationpix2pixpytorch
Related projects:
Repository | Description | Stars |
---|---|---|
phillipi/pix2pix | An implementation of an image-to-image translation algorithm using deep learning techniques | 10,163 |
yunjey/stargan | Develops a unified generative model to translate images across multiple domains using a single network architecture. | 5,229 |
junyanz/bicyclegan | A PyTorch implementation of an image-to-image translation model that generates new images from paired training data. | 1,486 |
clovaai/stargan-v2 | A Python implementation of an image-to-image translation model for generating diverse images across multiple domains. | 3,500 |
nvidia/pix2pixhd | Generates photorealistic images from conditional inputs using deep neural networks | 6,667 |
rosinality/stylegan2-pytorch | An implementation of StyleGAN 2 in PyTorch for image generation and analysis. | 2,741 |
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 |
mrzhu-cool/pix2pix-pytorch | A PyTorch implementation of an image-to-image translation algorithm using conditional adversarial networks | 425 |
pytorch/pytorch | A Python library providing tensors and dynamic neural networks with strong GPU acceleration | 83,959 |
eladrich/pixel2style2pixel | An implementation of an image-to-image translation framework using StyleGAN encoders and generators. | 3,195 |
junyanz/igan | Interactive image generation using Generative Adversarial Networks to satisfy user edits in real-time | 3,977 |
pytorch/examples | A collection of curated examples showcasing various PyTorch applications in computer vision, natural language processing, and reinforcement learning. | 22,428 |
cszn/kair | Image restoration toolbox with training and testing codes for various deep learning-based methods | 2,957 |
donnyyou/torchcv | A comprehensive PyTorch-based framework for computer vision tasks | 2,250 |
junyanz/interactive-deep-colorization | A system for automatically colorizing black and white images with user interactions. | 2,694 |