LynnHo / AttGAN-Tensorflow

AttGAN: Facial Attribute Editing by Only Changing What You Want (IEEE TIP 2019)
MIT License
603 stars 133 forks source link

remove glasses #3

Closed Retrospection closed 6 years ago

Retrospection commented 6 years ago

Hi, I noticed that you only gave the result of add glasses to a person's face, what should I do if I want to use this network to remove glasses from a person's face?

LynnHo commented 6 years ago

@Retrospection Just input a zero attribute value for Eyeglasses. However, removing eyeglasses is very difficult, our method works on removing thin rim glasses but might fail on sunglasses. To our knowledge, current methods for facial attribute manipulation cannot handle the eyeglasses removing very well.

Retrospection commented 6 years ago

@LynnHo Thanks for your kindness!