pixel2style2pixel

StyleGAN encoder framework

An implementation of an image-to-image translation framework using StyleGAN encoders and generators.

Official Implementation for "Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation" (CVPR 2021) presenting the pixel2style2pixel (pSp) framework

GitHub

3k stars
62 watching
568 forks
Language: Jupyter Notebook
last commit: over 2 years ago
Linked from 1 awesome list

cvpr2021generative-adversarial-networkimage-translationpixel2style2pixelpsp-frameworkpsp-modelstyleganstylegan-encoder

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
yunjey/stargan Develops a unified generative model to translate images across multiple domains using a single network architecture. 5,236
clovaai/stargan-v2 A Python implementation of an image-to-image translation model for generating diverse images across multiple domains. 3,513
orpatashnik/styleclip This project provides an implementation of a method to manipulate images by driving the style with text. 4,025
nvlabs/stylegan A deep learning framework implementing a generator architecture for generating images with controllable attributes and disentangled latent factors 14,178
phillipi/pix2pix An implementation of an image-to-image translation algorithm using deep learning techniques 10,208
junyanz/pytorch-cyclegan-and-pix2pix Image-to-image translation in PyTorch using cycle-consistent adversarial networks and generative adversarial networks. 23,272
junyanz/igan Interactive image generation using Generative Adversarial Networks to satisfy user edits in real-time 3,979
nvidia/fastphotostyle Transfers the style of a reference image to another image based on its content 11,160
nvlabs/stylegan2 Improves upon the state-of-the-art architecture for generating high-quality images using a GAN-based approach 11,010
nvlabs/stylegan3 An implementation of a generative adversarial network architecture designed to improve image synthesis and video generation capabilities 6,478
cysmith/neural-style-tf An implementation of image style transfer using convolutional neural networks in TensorFlow. 3,105
nvidia/pix2pixhd Generates photorealistic images from conditional inputs using deep neural networks 6,685
pbaylies/stylegan2 Implementation of a generative adversarial network for generating images with conditional variations. 315
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,623
tachibanayoshino/animegan Generates anime-style images from real-world photos using a deep learning model. 4,502