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

Class SceneInfo

scripts/3DGS/dataset_readers.py:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 use_K: Optional[bool] = False ### for DNA-Rendering
47
48class SceneInfo(NamedTuple):
49 point_cloud: BasicPointCloud
50 train_cameras: list
51 test_cameras: list
52 nerf_normalization: dict
53 ply_path: str
54
55def getNerfppNorm(cam_info):
56 def get_center_and_diag(cam_centers):

Callers 3

readColmapSceneInfoFunction · 0.85
readNerfSyntheticInfoFunction · 0.85
readDNARenderingInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected