luciddreamer-cvlab / LucidDreamer

Official code for the paper "LucidDreamer: Domain-free Generation of 3D Gaussian Splatting Scenes".
Other
1.36k stars 104 forks source link

No module named 'depth_diff_gaussian_rasterization_min' #20

Closed tiandaoyuxi closed 11 months ago

tiandaoyuxi commented 11 months ago

(lucid) C:\DATA\LucidDreamer>python app.py Traceback (most recent call last): File "C:\DATA\LucidDreamer\app.py", line 55, in from luciddreamer import LucidDreamer File "C:\DATA\LucidDreamer\luciddreamer.py", line 41, in from gaussian_renderer import render File "C:\DATA\LucidDreamer\gaussian_renderer__init__.py", line 15, in from depth_diff_gaussian_rasterization_min import GaussianRasterizationSettings, GaussianRasterizer ModuleNotFoundError: No module named 'depth_diff_gaussian_rasterization_min'

tiandaoyuxi commented 11 months ago

ok git pull

esw0116 commented 11 months ago

Hello, have you solved the issue?

tiandaoyuxi commented 11 months ago

Hello, have you solved the issue?

yes. git pull ,it's working.

esw0116 commented 11 months ago

Great!

j1ming999 commented 9 months ago

No module named 'depth_diff_gaussian_rasterization_min

j1ming999 commented 9 months ago

how can i solve this problem?

robot0321 commented 9 months ago

@j1ming999 current version has that module -- so please git pull if you do not update the codes

Lifedecoder commented 7 months ago

After git pull, error still occurs showing "No module named 'depth_diff_gaussian_rasterization_min'". I've already set 'python setup.py install' in submodules/depth-diff-gaussian-rasterization-min. Does anybody know what's wrong?

Lifedecoder commented 7 months ago

Figure it out, it's due to the path of compiling results is different from my pip install path, move the compiled file into pip install path would be ok.