MCPcopy Create free account
hub / github.com/SLDGroup/EMCAD / __init__

Method __init__

utils/joint_transforms.py:10–11  ·  view source on GitHub ↗
(self, transforms)

Source from the content-addressed store, hash-verified

8
9class Compose(object):
10 def __init__(self, transforms):
11 self.transforms = transforms
12
13 def __call__(self, img, mask):
14 assert img.size == mask.size

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected