BicycleGAN

Image generator

A PyTorch implementation of an image-to-image translation model that generates new images from paired training data.

Toward Multimodal Image-to-Image Translation

GitHub

1k stars
48 watching
255 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list

deep-learninggansgenerative-adversarial-networkpix2pixpytorch

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
akanimax/pro_gan_pytorch Implementation of a deep learning model for generating high-quality images with improved stability and variation. 536
casualganpapers/make-a-scene PyTorch implementation of a scene-based text-to-image generation system with human priors using Generative Adversarial Networks and semantic segmentation 333
mrzhu-cool/pix2pix-pytorch A PyTorch implementation of an image-to-image translation algorithm using conditional adversarial networks 425
carpedm20/began-pytorch An implementation of a deep learning model for generating images from text descriptions 262
hanzhanggit/stackgan A PyTorch implementation of a generative adversarial network for image synthesis from text descriptions 1,860
blade6570/photographicimagesynthesiswithcascadedrefinementnetworks-pytorch An implementation of cascaded refinement networks for generating photorealistic images from semantic layouts 65
ypxie/hdgan A PyTorch implementation of an adversarial network for generating high-definition images from text descriptions. 150
jayleicn/animegan A PyTorch implementation of Generative Adversarial Networks for anime face drawing 1,280
mchong6/gansnroses A PyTorch implementation of an image-to-image translation model that generates anime-style images from face images. 1,160
google-research/xmcgan_image_generation This implementation enables text-to-image generation by leveraging cross-modal contrastive learning. 98
felixgwu/img_classification_pk_pytorch A PyTorch project for comparing image classification models and facilitating quick experiment setup 365
carpedm20/discogan-pytorch A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. 1,084
kaiyangzhou/dassl.pytorch A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. 1,217
ibm/max-fast-neural-style-transfer A service for generating new images by mixing the content of an input image with the style of another image. 50
pbaylies/stylegan2 Implementation of a generative adversarial network for generating images with conditional variations. 315