Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: numel: integer multiplication overflow #106

Open
kevintsq opened this issue Apr 18, 2024 · 3 comments
Open

RuntimeError: numel: integer multiplication overflow #106

kevintsq opened this issue Apr 18, 2024 · 3 comments
Labels
question Further information is requested

Comments

@kevintsq
Copy link

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
@gwilczynski95
Copy link

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

@Nik-V9
Copy link
Contributor

Nik-V9 commented Jun 8, 2024

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 Nik-V9 added the question Further information is requested label Jun 8, 2024
@sherryQQ1996
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants