MCPcopy Create free account
hub / github.com/Kitware/COAT / __call__

Method __call__

utils/transforms.py:37–40  ·  view source on GitHub ↗
(self, image, target)

Source from the content-addressed store, hash-verified

35 self.transforms = transforms
36
37 def __call__(self, image, target):
38 for t in self.transforms:
39 image, target = t(image, target)
40 return image, target
41
42
43class RandomHorizontalFlip:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected