MCPcopy Create free account
hub / github.com/ComputationalRobotics/XM-code / load_tum_camera

Function load_tum_camera

utils/readgt_TUM.py:61–69  ·  view source on GitHub ↗
(dataset_path)

Source from the content-addressed store, hash-verified

59 return results
60
61def load_tum_camera(dataset_path):
62 results = {}
63 results[1] = {
64 "model": "PINHOLE",
65 "width": 640,
66 "height": 480,
67 "params": [517.3,516.5,318.6,255.3]
68 }
69 return results

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected