File size: 447 Bytes
983684c
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
# Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation

## Description   
Official Implementation of pSp paper for both training and evaluation. The pSp method extends the StyleGAN model to 
allow solving different image-to-image translation problems using its encoder.

Fork from [https://github.com/eladrich/pixel2style2pixel](https://github.com/eladrich/pixel2style2pixel).

In VToonify, we modify pSp to accept z+ latent code.