MCPcopy Create free account
hub / github.com/MotrixLab/FineMoGen / __call__

Method __call__

mogen/datasets/pipelines/transforms.py:119–124  ·  view source on GitHub ↗
(self, results)

Source from the content-addressed store, hash-verified

117 self.keys = keys
118
119 def __call__(self, results):
120 for k in self.keys:
121 motion = results[k]
122 motion = (motion - self.mean) / (self.std + self.eps)
123 results[k] = motion
124 return results

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected