MCPcopy Create free account
hub / github.com/CompVis/zigma / __init__

Method __init__

datasets/video_utils.py:387–390  ·  view source on GitHub ↗
(self, mean, std, inplace=False)

Source from the content-addressed store, hash-verified

385 """
386
387 def __init__(self, mean, std, inplace=False):
388 self.mean = mean
389 self.std = std
390 self.inplace = inplace
391
392 def __call__(self, clip):
393 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected