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

Method __call__

datasets/transform_utils.py:133–136  ·  view source on GitHub ↗
(self, sample)

Source from the content-addressed store, hash-verified

131 self.__std = std
132
133 def __call__(self, sample):
134 sample["image"] = (sample["image"] - self.__mean) / self.__std
135
136 return sample
137
138
139class PrepareForNet(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected