gsplat
gsplat copied to clipboard
Errors of rasterize
I always failed to install the gsplat. So I transfer other people's conda environment to run the gsplat, but it takes this error:
Traceback (most recent call last):
File "test.py", line 17, in <module>
colors, alphas, meta = rasterization(
File "/home/anaconda3/envs/gs/lib/python3.8/site-packages/gsplat/rendering.py", line 360, in rasterization
render_colors, render_alphas = rasterize_to_pixels(
File "/home/anaconda3/envs/gs/lib/python3.8/site-packages/gsplat/cuda/_wrapper.py", line 481, in rasterize_to_pixels
render_colors, render_alphas = _RasterizeToPixels.apply(
File "/home/anaconda3/envs/gs/lib/python3.8/site-packages/torch/autograd/function.py", line 506, in apply
return super().apply(*args, **kwargs) # type: ignore[misc]
File "/home/anaconda3/envs/gs/lib/python3.8/site-packages/gsplat/cuda/_wrapper.py", line 824, in forward
render_colors, render_alphas, last_ids = _make_lazy_cuda_func(
File "/home/anaconda3/envs/gs/lib/python3.8/site-packages/gsplat/cuda/_wrapper.py", line 12, in call_cuda
return getattr(_C, name)(*args, **kwargs)
RuntimeError: Failed to set maximum shared memory size (requested 7168 bytes), try lowering tile_size.
Could you tell me how to correct install the gsplat?