Puzer / stylegan-encoder

StyleGAN Encoder - converts real images to latent space
Other
1.07k stars 166 forks source link

Question about the direction for an attribute #25

Open chensteven opened 4 years ago

chensteven commented 4 years ago

Does this only work for binary labels, like smile vs. no-smile or male vs. female? Or is it possible to do it for multi-class labels like ethnicity (ie. white, black, asian)? Thanks!

wduo commented 4 years ago

@Puzer I have the same question. Looking forward to your reply!

wduo commented 4 years ago

The solution is to convert multi-class labels to binary labels.

chensteven commented 4 years ago

Thanks. Do you have any sources that I can refer to?