Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SLDGroup/EMCAD
/ __init__
Method
__init__
utils/joint_transforms.py:79–80 ·
view source on GitHub ↗
(self, size)
Source
from the content-addressed store, hash-verified
77
78
class
Scale(object):
79
def
__init__(self, size):
80
self.size = size
81
82
def
__call__(self, img, mask):
83
assert img.size == mask.size
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected