MCPcopy Index your code
hub / github.com/DNA-Rendering/DNA-Rendering / CameraInfo

Class CameraInfo

scripts/3DGS/dataset_readers.py:34–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32from SMCReader import SMCReader
33
34class CameraInfo(NamedTuple):
35 uid: int
36 R: np.array
37 T: np.array
38 FovY: np.array
39 FovX: np.array
40 image: np.array
41 image_path: str
42 image_name: str
43 width: int
44 height: int
45 K: Optional[np.array] = None ### for DNA-Rendering
46 use_K: Optional[bool] = False ### for DNA-Rendering
47
48class SceneInfo(NamedTuple):
49 point_cloud: BasicPointCloud

Callers 3

readColmapCamerasFunction · 0.85
readCamerasDNARenderingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected