elvisyjlin / AttGAN-PyTorch

AttGAN PyTorch Arbitrary Facial Attribute Editing: Only Change What You Want
MIT License
248 stars 61 forks source link

Could the attribute style be manipulated in this projects? #2

Closed 2401ch closed 5 years ago

2401ch commented 5 years ago

It is mentioned in the paper that AttGAN could manipulate the attribute style. However, I did not find the relevant code in this project. Does the project hace the function or not?

elvisyjlin commented 5 years ago

I'm sorry, but neither this project nor the author's repository does the attribute style manipulation.

In the paper, attribute style manipulation is mentioned as a extended version of AttGAN. By maximizing mutual information between style controllers and generated images, you can make AttGAN learn the fine-grained controll of each attribute in an unsupervised manner. It is similar to infoGAN and CFGAN.

Currently, I have no plan to do it. If you'd like to implement it, this infoGAN (https://github.com/pianomania/infoGAN-pytorch) is a good example to start.

2401ch commented 5 years ago

Thanks a lot for your sincere answer.