Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Robotics-STAR-Lab/H2-Mapping
/ get_points
Method
get_points
mapping/src/frame.py:85–86 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
83
84
@torch.no_grad()
85
def
get_points(self):
86
return
self.points[self.valid_mask].reshape(-1, 3)
# [N,3]
87
88
@torch.no_grad()
89
def
sample_rays(self, N_rays):
Callers
1
create_voxels
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected