RameenAbdal / StyleFlow

StyleFlow: Attribute-conditioned Exploration of StyleGAN-generated Images using Conditional Continuous Normalizing Flows (ACM TOG 2021)
http://rameenabdal.github.io/StyleFlow
2.42k stars 342 forks source link

How to get a series of continuous poses #113

Open sky-fly97 opened 2 years ago

sky-fly97 commented 2 years ago

Hello, I want to know that styleflow can artificially generate faces with various poses and expressions. How do I use code to generate a series of continuous poses? Which parameters should I change?

RameenAbdal commented 2 years ago

You mean generate faces with the same pose? For that you can use the learned flow module and give the relevant condition vector with desired yaw and pitch. Then you can sample from the z space of the flow module to produce different w codes having the same pose.