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

Method __init__

utils/joint_transforms.py:98–99  ·  view source on GitHub ↗
(self, size)

Source from the content-addressed store, hash-verified

96
97class RandomSizedCrop(object):
98 def __init__(self, size):
99 self.size = size
100
101 def __call__(self, img, mask):
102 assert img.size == mask.size

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected