MCPcopy Create free account
hub / github.com/Robotics-STAR-Lab/H2-Mapping / __init__

Method __init__

mapping/src/utils/mesh_util.py:10–14  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

8
9class MeshExtractor:
10 def __init__(self, args):
11 self.voxel_size = args.mapper_specs["voxel_size"] # 0.2
12 self.rays_d = None
13 self.depth_points = None
14 self.model = args.decoder
15
16 @torch.no_grad()
17 def linearize_id(self, xyz, n_xyz):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected