Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNA-Rendering/DNA-Rendering
/ getTestCameras
Method
getTestCameras
scripts/3DGS/__init__.py:95–96 ·
view source on GitHub ↗
(self, scale=1.0)
Source
from the content-addressed store, hash-verified
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