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
File "train.py", line 95, in training render_pkg = render(viewpoint_cam, gaussians, pipe, bg) File "/root/autodl-tmp/Localized-Gaussian-Point-Management/gaussian_renderer/init.py", line 48, in render debug=pipe.debug TypeError: new() missing 1 required positional argument: 'antialiasing'
The text was updated successfully, but these errors were encountered:
Hey, could you let me know which version of diff-gaussian-rasterization you are using?
Sorry, something went wrong.
https://github.com/graphdeco-inria/gaussian-splatting Latest download of the original 3DGS code inside
No branches or pull requests
File "train.py", line 95, in training
render_pkg = render(viewpoint_cam, gaussians, pipe, bg)
File "/root/autodl-tmp/Localized-Gaussian-Point-Management/gaussian_renderer/init.py", line 48, in render
debug=pipe.debug
TypeError: new() missing 1 required positional argument: 'antialiasing'
The text was updated successfully, but these errors were encountered: