KingJamesSong / HouseholderGAN

ICCV23 "Householder Projector for Unsupervised Latent Semantics Discovery"

Home Page:https://arxiv.org/abs/2307.08012

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I edit my own real image?

sunzhe09 opened this issue · comments

commented
How can I edit my own real image?

hi, as mentioned in our paper, you can use gan inversion (PTI) method to projector the real image into latent space. Then, you can produce and edit the image which is close to the real image.

PTI: https://github.com/danielroich/PTI