Skip to content

RuntimeError: numel: integer multiplication overflow #28

@XYLiu69

Description

@XYLiu69

When I use 3 d gaussian reconstruction, it runs to/data0 xinyue. Liu/V3D/recon/gaussian_renderer/set py this code here

Rasterize visible Gaussians to image, obtain their radii (on screen).

rendered_image, radii, depth= rasterizer(
means3D=means3D,
means2D=means2D,
shs=shs,
colors_precomp=colors_precomp,
opacities=opacity,
scales=scales,
rotations=rotations,
cov3D_precomp=cov3D_precomp,
An Exception has occurred: RuntimeError
numel: integer multiplication overflow
File "/data0/xinyue.liu/V3D/recon/gaussian_renderer/init.py", line 123, in render
rendered_image, radii, depth= rasterizer(
File "/data0/xinyue.liu/V3D/recon/train_from_imgs.py", line 148, in training
render_pkg = render(viewpoint_cam, gaussians, pipe, bg,device=device)
File "/data0/xinyue.liu/V3D/recon/train_from_imgs.py", line 635, in
training(
RuntimeError: numel: integer multiplication overflow This error is reported, is there any effective solution

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions