nv-tlabs / GET3D

Other
4.2k stars 376 forks source link

About latent variables #125

Closed m-shuto closed 1 year ago

m-shuto commented 1 year ago

In which files are the latent variables z_1 and z_2, which are input to the mapping network, generated? Also, it would be appreciated if you could explain how to determine the latent variables yourself and input them into GET3D. Thanks.

SteveJunGao commented 1 year ago

The texture latent z is generated in this line, the geometry latent z is generated here

Both of them are sampled from a Normal distribution.