SplaTAM icon indicating copy to clipboard operation
SplaTAM copied to clipboard

`RuntimeError: numel: integer multiplication overflow`

Open kevintsq opened this issue 1 year ago • 3 comments

When running SplaTAM on the same dataset, the following error sometimes happens. Why?

    im, radius, _, = Renderer(raster_settings=curr_data['cam'])(**rendervar)
  File "anaconda3/envs/splatam/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1130, in _call_impl
    return forward_call(*input, **kwargs)
  File "anaconda3/envs/splatam/lib/python3.10/site-packages/diff_gaussian_rasterization/__init__.py", line 186, in forward
    return rasterize_gaussians(
  File anaconda3/envs/splatam/lib/python3.10/site-packages/diff_gaussian_rasterization/__init__.py", line 28, in rasterize_gaussians
    return _RasterizeGaussians.apply(
  File "anaconda3/envs/splatam/lib/python3.10/site-packages/diff_gaussian_rasterization/__init__.py", line 79, in forward
    num_rendered, color, radii, geomBuffer, binningBuffer, imgBuffer, depth = _C.rasterize_gaussians(*args)
RuntimeError: numel: integer multiplication overflow

kevintsq avatar Apr 18 '24 01:04 kevintsq

Same problem here. Not in this project but I'm also using rasterize_gaussian function and I get this error

gwilczynski95 avatar Jun 05 '24 13:06 gwilczynski95

Hi, this seems to be a problem with the 3DGS rasterizer.

I would recommend checking the issues on the official repo: https://github.com/graphdeco-inria/gaussian-splatting

Nik-V9 avatar Jun 08 '24 13:06 Nik-V9

Hi, this seems to be a problem with the 3DGS rasterizer.

I would recommend checking the issues on the official repo: https://github.com/graphdeco-inria/gaussian-splatting

Hi, I also meet this problem

sherryQQ1996 avatar Jun 11 '24 12:06 sherryQQ1996