MCPcopy Create free account
hub / github.com/PRBonn/MapClosures / get_timestamps

Method get_timestamps

python/map_closures/datasets/mulran.py:55–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53
54 @staticmethod
55 def get_timestamps():
56 H = 64
57 W = 1024
58 return (np.floor(np.arange(H * W) / H) / W).reshape(-1, 1)
59
60 def load_gt_poses(self, poses_file: str):
61 """MuRan has more poses than scans, therefore we need to match 1-1 timestamp with pose"""

Callers 2

read_point_cloudMethod · 0.95
__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected