MCPcopy Create free account
hub / github.com/DNA-Rendering/DNA-Rendering / getTrainCameras

Method getTrainCameras

scripts/3DGS/__init__.py:92–93  ·  view source on GitHub ↗
(self, scale=1.0)

Source from the content-addressed store, hash-verified

90 self.gaussians.save_ply(os.path.join(point_cloud_path, "point_cloud.ply"))
91
92 def getTrainCameras(self, scale=1.0):
93 return self.train_cameras[scale]
94
95 def getTestCameras(self, scale=1.0):
96 return self.test_cameras[scale]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected