Official Implementation for "Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation" (CVPR 2021) presenting the pixel2style2pixel (pSp) framework
Hi Mr Yuval,
I am trying to retrain the model that you developed by training it on my own images. I created an image mask by using another model, and as shown in the picture, this is the mask resulting from that model. It is completely similar to what you used, but when placed in
your model is not working. How do you convert the colored mask of the image to a black mask? by using which model?
Hi Mr Yuval, I am trying to retrain the model that you developed by training it on my own images. I created an image mask by using another model, and as shown in the picture, this is the mask resulting from that model. It is completely similar to what you used, but when placed in your model is not working. How do you convert the colored mask of the image to a black mask? by using which model?