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

Method __init__

transforms/joint_transforms.py:352–353  ·  view source on GitHub ↗
(self, size)

Source from the content-addressed store, hash-verified

350 """
351
352 def __init__(self, size):
353 self.size = size
354
355 def __call__(self, img, mask):
356 assert img.size == mask.size

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected