Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/COAT
/ __init__
Method
__init__
utils/transforms.py:34–35 ·
view source on GitHub ↗
(self, transforms)
Source
from the content-addressed store, hash-verified
32
33
class
Compose:
34
def
__init__(self, transforms):
35
self.transforms = transforms
36
37
def
__call__(self, image, target):
38
for
t in self.transforms:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected