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
766429e8
"examples/pytorch/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "738b75f41e5d3229e5ccda52d76e1297d7b0520d"
Commit
766429e8
authored
Sep 16, 2022
by
Matt Tancik
Browse files
Fix attribute bug
parent
7995c54a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nerfacc/occupancy_field.py
nerfacc/occupancy_field.py
+1
-1
No files found.
nerfacc/occupancy_field.py
View file @
766429e8
...
@@ -57,7 +57,7 @@ class OccupancyField(nn.Module):
...
@@ -57,7 +57,7 @@ class OccupancyField(nn.Module):
grid_coords: The grid coordinates. It is a tensor of shape (num_cells, num_dim).
grid_coords: The grid coordinates. It is a tensor of shape (num_cells, num_dim).
grid_indices: The grid indices. It is a tensor of shape (num_cells,).
grid_indices: The grid indices. It is a tensor of shape (num_cells,).
"""
"""
aabb
=
torch
.
Tensor
aabb
:
torch
.
Tensor
occ_grid
:
torch
.
Tensor
occ_grid
:
torch
.
Tensor
occ_grid_binary
:
torch
.
Tensor
occ_grid_binary
:
torch
.
Tensor
grid_coords
:
torch
.
Tensor
grid_coords
:
torch
.
Tensor
...
...
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