SegAnyGAussians icon indicating copy to clipboard operation
SegAnyGAussians copied to clipboard

ModuleNotFoundError: No module named 'diff_gaussian_rasterization'

Open WarrenZZZZL opened this issue 1 year ago • 1 comments

Hi, I have a question about this. Thank you.

gaussian_splatting) (base) lzh@gpu1-3w-1:~/segment/SegAnyGAussians$ /home/lzha0/miniconda3/envs/gaussian_splatting/bin/python /home/lzh/segment/SegAnyGAussians/gaussian_renderer/init.py Traceback (most recent call last): File "/home/lzh/segment/SegAnyGAussians/gaussian_renderer/init.py", line 19, in from diff_gaussian_rasterization import GaussianRasterizationSettings, GaussianRasterizer ModuleNotFoundError: No module named 'diff_gaussian_rasterization'

WarrenZZZZL avatar Jul 15 '24 07:07 WarrenZZZZL

Hi, have you installed the required package correctly? This package can be found in submodule, you may need to install it manually.

Jumpat avatar Jul 17 '24 03:07 Jumpat