We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running "bash script/train.sh bear 1", I got such an error message. raceback (most recent call last): File "train.py", line 255, 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, args.use_wandb) File "train.py", line 83, in training render_pkg = render(viewpoint_cam, gaussians, pipe, background) File "C:\Users\lenovo\PycharmProjects\CV\gaussian-grouping\gaussian_renderer_init_.py", line 88, in render rendered_image, radii, rendered_objects = rasterizer( File "C:\Users\lenovo\anaconda3\lib\site-packages\torch\nn\modules\module.py", line 1130, in _call_impl return forward_call(*input, **kwargs) TypeError: forward() got an unexpected keyword argument 'sh_objs'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running "bash script/train.sh bear 1", I got such an error message.
raceback (most recent call last):
File "train.py", line 255, 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, args.use_wandb)
File "train.py", line 83, in training
render_pkg = render(viewpoint_cam, gaussians, pipe, background)
File "C:\Users\lenovo\PycharmProjects\CV\gaussian-grouping\gaussian_renderer_init_.py", line 88, in render
rendered_image, radii, rendered_objects = rasterizer(
File "C:\Users\lenovo\anaconda3\lib\site-packages\torch\nn\modules\module.py", line 1130, in _call_impl
return forward_call(*input, **kwargs)
TypeError: forward() got an unexpected keyword argument 'sh_objs'
The text was updated successfully, but these errors were encountered: