Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nerfacc
Commits
a2e36e91
Unverified
Commit
a2e36e91
authored
Apr 04, 2023
by
Ruilong Li(李瑞龙)
Committed by
GitHub
Apr 04, 2023
Browse files
fix (#186)
parent
077fda5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nerfacc/grid.py
nerfacc/grid.py
+1
-1
No files found.
nerfacc/grid.py
View file @
a2e36e91
...
@@ -32,7 +32,7 @@ def ray_aabb_intersect(
...
@@ -32,7 +32,7 @@ def ray_aabb_intersect(
Returns:
Returns:
A tuple of {Tensor, Tensor, BoolTensor}:
A tuple of {Tensor, Tensor, BoolTensor}:
- **t_mins**: (n_rays, m) tmin for each ray-AABB pair.
- **t_mins**: (n_rays, m) tmin for each ray-AABB pair.
- **t_maxs**: (n_rays, m) tmax for each ray-AABB pair.
- **t_maxs**: (n_rays, m) tmax for each ray-AABB pair.
- **hits**: (n_rays, m) whether each ray-AABB pair intersects.
- **hits**: (n_rays, m) whether each ray-AABB pair intersects.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment