dexgfsdfdsg / LP-3DGS

Other
20 stars 1 forks source link

No module named 'scene.gaussian_model_light_gaussian' #1

Open MostafaKhaled2017 opened 2 weeks ago

MostafaKhaled2017 commented 2 weeks ago

Hello, I have followed all the instructions and installation steps in the README.txt, but when I try to run train.py, I get the following error:

  File "LP-3DGS/train.py", line 16, in <module>
    from gaussian_renderer import render, network_gui
  File "/content/LP-3DGS/gaussian_renderer/__init__.py", line 15, in <module>
    from scene.gaussian_model import GaussianModel
  File "/content/LP-3DGS/scene/__init__.py", line 19, in <module>
    from scene.gaussian_model_light_gaussian import LightGaussian
Mousatat commented 1 week ago

same problem, there is missing files

dexgfsdfdsg commented 1 week ago

Removed redundant import, you guys can try one more time