style-based-gan-pytorch icon indicating copy to clipboard operation
style-based-gan-pytorch copied to clipboard

Conditional version of stylegan

Open mrgloom opened this issue 5 years ago • 1 comments

What is the proper way to add condition to StyleGan? i.e. for example face landmarks. As I udnderstand one option is to encode face landmarks and concat embedding to random noise vector and pass it via adain, another option is to add encoder before fully convolutional network (replace constant input).

mrgloom avatar Nov 07 '19 14:11 mrgloom

I think there are many options, like methods you mentioned, but I don't know which will be best. I think concat condition embeddings to input of style MLPs will be most straightforward.

rosinality avatar Nov 07 '19 14:11 rosinality