fraunhoferhhi / gaussian_gan_decoder

Official implementation for: https://arxiv.org/abs/2404.10625
https://florian-barthel.github.io/gaussian_decoder/index.html
43 stars 1 forks source link

ModuleNotFoundError: No module named 'gaussian_renderer' #1

Closed FeiiYin closed 2 months ago

FeiiYin commented 2 months ago

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

Florian-Barthel commented 2 months ago

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