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

Other attributes like poses, gender, ... #20

Closed vinduon closed 3 years ago

vinduon commented 3 years ago

Hi sir,

I do now know that could we generate other attributes like poses, gender, facial expression,... based on this SAM model?

yuval-alaluf commented 3 years ago

This can possibly done by changing the age classifier to a classifier on the target attribute (e.g., gender, facial expression, etc). The remaining losses and training scheme can most likely stay similar to the current settings.