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
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