MCPcopy Create free account
hub / github.com/DSL-Lab/StreamSplat / __init__

Method __init__

datasets/transform_utils.py:143–144  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

141 """
142
143 def __init__(self):
144 pass
145
146 def __call__(self, sample):
147 image = np.transpose(sample["image"], (2, 0, 1))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected