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

Method __init__

datasets/video_utils.py:432–433  ·  view source on GitHub ↗
(self, p=0.5)

Source from the content-addressed store, hash-verified

430 """
431
432 def __init__(self, p=0.5):
433 self.p = p
434
435 def __call__(self, clip):
436 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected