Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImagingLab/4DSloMo
/ getTestCameras
Method
getTestCameras
scene/__init__.py:98–99 ·
view source on GitHub ↗
(self, scale=1.0)
Source
from the content-addressed store, hash-verified
96
return
CameraDataset(self.train_cameras[scale].copy(), self.white_background)
97
98
def
getTestCameras(self, scale=1.0):
99
return
CameraDataset(self.test_cameras[scale].copy(), self.white_background)
Callers
2
render_sets
Function · 0.95
training_report
Function · 0.80
Calls
1
CameraDataset
Class · 0.90
Tested by
no test coverage detected