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