MCPcopy Create free account
hub / github.com/NVIDIA/semantic-segmentation / __init__

Method __init__

transforms/joint_transforms.py:38–39  ·  view source on GitHub ↗
(self, transforms)

Source from the content-addressed store, hash-verified

36
37class Compose(object):
38 def __init__(self, transforms):
39 self.transforms = transforms
40
41 def __call__(self, img, mask):
42 assert img.size == mask.size

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected