PeterouZh / CIPS-3D

3D-aware GANs based on NeRF (arXiv).
MIT License
610 stars 60 forks source link

Some details about Shallow 3D NeRF Network #26

Open Tara8573 opened 2 years ago

Tara8573 commented 2 years ago

In the second block of the Shallow 3D NeRF Network(Fig 2), the input dim is 64, while the dim of latent code from mapping network is 128. I would like to know how to convert latent code from mapping network from 128 to 64 ? 11 ?

Tara8573 commented 2 years ago

Thank you so much!!!!

PeterouZh commented 2 years ago

The A stands for "affine layer", which is implemented by an FC layer.