Luisgust commited on
Commit
20c7783
·
verified ·
1 Parent(s): 4b4ac07

Create vtoonify/model/encoder/readme.md

Browse files
Files changed (1) hide show
  1. vtoonify/model/encoder/readme.md +8 -0
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.