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

Method __init__

datasets/video_utils.py:460–461  ·  view source on GitHub ↗
(self, size)

Source from the content-addressed store, hash-verified

458 """
459
460 def __init__(self, size):
461 self.size = size
462
463 def __call__(self, total_frames):
464 rand_end = max(0, total_frames - self.size - 1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected