stylegan-human / StyleGAN-Human

StyleGAN-Human: A Data-Centric Odyssey of Human Generation
1.14k stars 141 forks source link

how to directly input 18 different codes in w+ space? #32

Closed linziqu closed 2 years ago

linziqu commented 2 years ago

I find there are two functions in your code G.mapping and G.synthesis. But if I want to 18 different codes in w+ space without using the affine transformation in G.synthesis. How to achieve that? Thanks a lot!!