znxlwm / pytorch-pix2pixLinks
Pytorch implementation of pix2pix for various datasets.
☆126Updated 4 years ago
Alternatives and similar repositories for pytorch-pix2pix
Users that are interested in pytorch-pix2pix are comparing it to the libraries listed below
Sorting:
- Comparing different similarity functions for reconstruction of image on CycleGAN. (https://tandon-a.github.io/CycleGAN_ssim/) Training cy…☆82Updated 4 years ago
- A clean and lucid implementation of cycleGAN using PyTorch☆125Updated 6 years ago
- PyTorch implementation of "Image-to-Image Translation Using Conditional Adversarial Networks".☆440Updated 6 years ago
- Pytorch implementation of CycleGAN.☆43Updated 7 years ago
- PyTorch implementation of Image-to-Image Translation with Conditional Adversarial Nets (pix2pix)☆54Updated 7 years ago
- Official PyTorch implementation of NICE-GAN: Reusing Discriminators for Encoding: Towards Unsupervised Image-to-Image Translation☆239Updated 4 years ago
- IS, FID score Pytorch and TF implementation, TF implementation is a wrapper of the official ones.☆125Updated 4 years ago
- Implementation of "Perceptual Losses for Real-Time Style Transfer and Super-Resolution" in PyTorch☆306Updated 4 years ago
- A pytorch implementation of pix2pix + BEGAN (Boundary Equilibrium Generative Adversarial Networks)☆186Updated 5 years ago
- Self-Attention Generative Adversarial Networks Implementation in PyTorch☆75Updated 6 years ago
- MSG-GAN: Multi-Scale Gradients GAN (Architecture inspired from ProGAN but doesn't use layer-wise growing)☆151Updated 5 years ago
- Official Implementation of the paper "A U-Net Based Discriminator for Generative Adversarial Networks" (CVPR 2020)☆395Updated 3 years ago
- Pytorch implementation of Unsupervised Attention-guided Image-to-Image Translation.