MCPcopy Create free account
hub / github.com/InternRobotics/G2VLM / depth_read_nyu

Function depth_read_nyu

eval_code/recons/utils/depth.py:94–95  ·  view source on GitHub ↗
(filename: str)

Source from the content-addressed store, hash-verified

92 return depth
93
94def depth_read_nyu(filename: str):
95 return np.load(filename)
96
97
98# ------------------------------- 3. depth eval ---------------------------------------

Callers 1

depth.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected