gaussian-splatting icon indicating copy to clipboard operation
gaussian-splatting copied to clipboard

TypeError: __new__() missing 1 required positional argument: 'projmatrix_raw'

Open jianchaoci opened this issue 1 year ago • 3 comments
trafficstars

I got this error when training the network. I got colmap data set already, it works well. But when start training, I got this error. Traceback (most recent call last): File "train.py", line 219, in training(lp.extract(args), op.extract(args), pp.extract(args), args.test_iterations, args.save_iterations, args.checkpoint_iterations, args.start_checkpoint, args.debug_from) File "train.py", line 86, in training render_pkg = render(viewpoint_cam, gaussians, pipe, bg) File "/home/jianchao/git_opensource_pro/gaussian-splatting/gaussian_renderer/init.py", line 37, in render raster_settings = GaussianRasterizationSettings( TypeError: new() missing 1 required positional argument: 'projmatrix_raw'

jianchaoci avatar Aug 05 '24 10:08 jianchaoci

Hi I just solved it as I did not use the diff-gaussian-rasterization you provided. Now it works after I reinstall this package.

jianchaoci avatar Aug 05 '24 10:08 jianchaoci

Hi I just solved it as I did not use the diff-gaussian-rasterization you provided. Now it works after I reinstall this package.

I encountered the same issue, but reinstalling did not resolve it. Could you please explain the solution in more detail?

yemiaoxuan avatar Aug 25 '24 03:08 yemiaoxuan

Hi I just solved it as I did not use the diff-gaussian-rasterization you provided. Now it works after I reinstall this package.

I encountered the same issue, but reinstalling did not resolve it. Could you please explain the solution in more detail?

试试重新安装diff-gaussian-rasterization: pip install submodules/diff-gaussian-rasterization/

choyy avatar Aug 26 '24 08:08 choyy