CIPS-3D icon indicating copy to clipboard operation
CIPS-3D copied to clipboard

Some details about Shallow 3D NeRF Network

Open Tara8573 opened this issue 3 years ago • 2 comments

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 avatar Jan 29 '22 09:01 Tara8573

Thank you so much!!!!

Tara8573 avatar Jan 29 '22 10:01 Tara8573

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

PeterouZh avatar Jan 29 '22 16:01 PeterouZh