MCPcopy Create free account
hub / github.com/NVlabs/InstantSplat / getTestCameras

Method getTestCameras

scene/__init__.py:105–106  ·  view source on GitHub ↗
(self, scale=1.0)

Source from the content-addressed store, hash-verified

103 return self.train_cameras[scale]
104
105 def getTestCameras(self, scale=1.0):
106 return self.test_cameras[scale]

Callers 2

render_setsFunction · 0.95
training_reportFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected