Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/semantic-segmentation
/ __init__
Method
__init__
transforms/joint_transforms.py:298–299 ·
view source on GitHub ↗
(self, size)
Source
from the content-addressed store, hash-verified
296
""
"
297
298
def
__init__(self, size):
299
self.size = size
300
301
def
__call__(self, img, mask):
302
assert img.size == mask.size
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected