Create vtoonify/model/encoder/readme.md
Browse files
vtoonify/model/encoder/readme.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation
|
3 |
+
Description
|
4 |
+
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.
|
5 |
+
|
6 |
+
Fork from https://github.com/eladrich/pixel2style2pixel.
|
7 |
+
|
8 |
+
In VToonify, we modify pSp to accept z+ latent code.
|