fraunhoferhhi / gaussian_gan_decoder

[CVPRW '24] Turning the output of NeRF based 3D GANs into 3DGS scenes in a single forward pass.
https://florian-barthel.github.io/gaussian_decoder/index.html
54 stars 3 forks source link

May the training code be relaesed ? #3

Closed yangqinhui0423 closed 5 months ago

yangqinhui0423 commented 5 months ago

I found "from training.volumetric_rendering.renderer import sample_from_planes" which missed the "training" module.

yangqinhui0423 commented 5 months ago

I found it.