togheppi / pix2pix
PyTorch implementation of Image-to-Image Translation with Conditional Adversarial Nets (pix2pix)
☆53Updated 7 years ago
Alternatives and similar repositories for pix2pix:
Users that are interested in pix2pix are comparing it to the libraries listed below
- Pytorch implementation of pix2pix for various datasets.☆123Updated 4 years ago
- Ready to train Pytorch implementation of the CVPR'19 paper "Self-Supervised GANs via Auxiliary Rotation Loss"☆64Updated 5 years ago
- Pytorch implementation of Unsupervised Attention-guided Image-to-Image Translation.☆97Updated 6 years ago
- A clean and lucid implementation of cycleGAN using PyTorch☆123Updated 6 years ago
- A pytorch implementation of Paper "IntroVAE: Introspective Variational Autoencoders for Photographic Image Synthesis"☆93Updated 5 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.☆123Updated 4 years ago
- Self-Attention Generative Adversarial Networks Implementation in PyTorch☆74Updated 6 years ago
- MSG-GAN: Multi-Scale Gradients GAN (Architecture inspired from ProGAN but doesn't use layer-wise growing)☆151Updated 4 years ago
- Simple Tensorflow implementation of "Diverse Image-to-Image Translation via Disentangled Representations" (ECCV 2018 Oral)☆120Updated 5 years ago
- Pytorch implementation of CycleGAN.☆43Updated 7 years ago
- Cross-domain disentanglement network☆91Updated 5 years ago
- A Pytorch implementation of "Unsupervised Attention-Guided Image-to-Image Translation"☆27Updated 5 years ago
- the pytorch version of pix2pix☆30Updated 5 years ago
- Discriminative Region Proposal Adversarial Network (DRPAN)☆52Updated 5 years ago
- This is an almost exact replica in PyTorch of the Tensorflow version of Self-Attention GAN released by Google Brain in August 2018.☆173Updated 6 months ago
- Multi-mapping Image-to-Image Translation via Learning Disentanglement. NeurIPS2019☆113Updated 4 years ago
- PyTorch Implementation of ECCV 2020 Spotlight "TuiGAN: Learning Versatile Image-to-Image Translation with Two Unpaired Images"☆186Updated 4 years ago
- Simple Tensorflow implementation of metrics for GAN evaluation (Inception score, Frechet-Inception distance, Kernel-Inception distance)☆219Updated 5 years ago
- RevGAN implementation in PyTorch. We extend the Pix2pix and CycleGAN framework by exploring approximately invertible architectures in 2D …☆83Updated 5 years ago
- Implemetatin of Progressive Growing of GANs in PyTorch☆64Updated 7 years ago
- Attentive Normalization for Conditional Image Generation