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

Function load_replica_camera

utils/readgt_replica.py:32–40  ·  view source on GitHub ↗
(dataset_path)

Source from the content-addressed store, hash-verified

30 return results
31
32def load_replica_camera(dataset_path):
33 results = {}
34 results[1] = {
35 "model": "PINHOLE",
36 "width": 1200,
37 "height": 680,
38 "params": [600, 600, 599.5, 339.5]
39 }
40 return results
41

Callers 2

4_test_unidepth.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected