[NV] Add LiDAR sensor support for 3D Gaussian Splatting rasterization#890
Merged
Conversation
vince-brisebois
approved these changes
Mar 14, 2026
rodlima78
force-pushed
the
nv/06-extra-signals
branch
from
March 14, 2026 02:37
d4abcdd to
2cbc551
Compare
rodlima78
force-pushed
the
nv/06-extra-signals
branch
2 times, most recently
from
March 14, 2026 03:19
5fb18f9 to
2f16f71
Compare
vince-brisebois
force-pushed
the
nv/06-extra-signals
branch
2 times, most recently
from
March 14, 2026 03:35
6d1148a to
026c361
Compare
torch.tensor_hash only exists in torch >= 2.9
They were way too big and possibly far away from sensor.
liruilong940607
added a commit
that referenced
this pull request
Apr 30, 2026
Fix empty API pages on docs.gsplat.studio/main The API documentation pages (utils, rasterization, compression, strategy) have been empty since the LiDAR PR (#890) was merged. The pages render with section headers but no function or class documentation. Root cause: The docs CI pins torch==2.0.0, which is incompatible with modern setuptools>=82 (removed pkg_resources). When Sphinx tries to import gsplat, the import chain reaches _backend.py which does import torch.utils.cpp_extension at module level — this fails, and Sphinx silently skips all autofunction/autoclass directives, deploying empty pages. Fix: Unpin torch so the CI installs a version compatible with the current setuptools. Also fixes three pre-existing Sphinx warnings in the docs: - Mismatched backticks in fully_fused_projection docstring - Unindented table body under a .. table:: directive in eval.rst - Duplicate here link targets in eval.rst (use anonymous refs) Tested locally — all API pages now render correctly (utils: 16, rasterization: 2, compression: 3, strategy: 9 documented symbols).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tiles based on their projected 2D covariance ellipses.
kernels with distance-based output.
premature culling of small Gaussians.
Key details