genforce / idinvert_pytorch

[ECCV 2020] In-Domain GAN Inversion for Real Image Editing (PyTorch code)
https://genforce.github.io/idinvert/
MIT License
407 stars 54 forks source link

How did you get the tower boundary files in boundaries directory? #38

Open su-hyeonjeong opened 1 year ago

su-hyeonjeong commented 1 year ago

Thank you for your great work!

How did you get the tower boundary files in boundaries directory? using interfaceGAN?

Plus, how can I get the other class (own dataset, not face, tower, bedroom) boundary files ???

zhujiapeng commented 1 year ago

Yes, the provided boundaries are obtained using InterFaceGAN. For other classes, you also can use InterFaceGAN or other methods such as the one in here.