yuval-alaluf / SAM

Official Implementation for "Only a Matter of Style: Age Transformation Using a Style-Based Regression Model" (SIGGRAPH 2021) https://arxiv.org/abs/2102.02754
https://yuval-alaluf.github.io/SAM/
MIT License
632 stars 151 forks source link

Details about latent vectors #18

Closed MetiCodePrivateLimited closed 3 years ago

MetiCodePrivateLimited commented 3 years ago

There are 17 latent masks in the code. Could you please refer any document from where I could read them in details?

yuval-alaluf commented 3 years ago

The latent masks simply refer to the 18 input layers of StyleGAN. To better understand the meaning of the different layers you can refer to the original StyleGAN2 paper.