e2style
e2style copied to clipboard
GAN inversion using images with piercings
Hello, Im trying to do some images inversions that contain earrings, nose piercings that kind of stuff and I notice that are they are not captured in the inverted image, e.g.:

Any tips to make the algorithm more sensitive to local features? Thank you!
My method targets the W+ space of StyleGAN, which is limited by the representational power of that space, and these high-frequency information are difficult to be accurately inverted. Therefore, some methods (Barbershop, HFGI) introduce feature spaces for achieving better reconstruction. You can try that idea.