fraunhoferhhi / gaussian_gan_decoder

[CVPRW '24] Turning the output of NeRF based 3D GANs into 3DGS scenes in a single forward pass.

Home Page:https://florian-barthel.github.io/gaussian_decoder/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'gaussian_renderer'

FeiiYin opened this issue · comments

Can u provide the additional file gaussian_renderer that is used in load_decoder.py for visualizing the sample? Thanks!

I have added a line that appends the gaussian_renderer directory to the sys path:

sys.path.append("../gaussian_splatting")

In this case you will have to launch the load_decoder.py directly from the main directory.

let me know if that solves the issue