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

Method __init__

mogen/datasets/pipelines/transforms.py:18–20  ·  view source on GitHub ↗
(self, crop_size: Optional[Union[int, None]] = None)

Source from the content-addressed store, hash-verified

16 """
17
18 def __init__(self, crop_size: Optional[Union[int, None]] = None):
19 self.crop_size = crop_size
20 assert self.crop_size is not None
21
22 def __call__(self, results):
23 motion = results['motion']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected