MCPcopy Create free account
hub / github.com/apple/ml-sharp / SceneMetaData

Class SceneMetaData

src/sharp/utils/gaussians.py:46–51  ·  view source on GitHub ↗

Meta data about Gaussian scene.

Source from the content-addressed store, hash-verified

44
45
46class SceneMetaData(NamedTuple):
47 """Meta data about Gaussian scene."""
48
49 focal_length_px: float
50 resolution_px: tuple[int, int]
51 color_space: cs_utils.ColorSpace
52
53
54def get_unprojection_matrix(

Callers 2

predict_cliFunction · 0.90
load_plyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected