MCPcopy
hub / github.com/dbolya/yolact / __call__

Method __call__

utils/augmentations.py:53–56  ·  view source on GitHub ↗
(self, img, masks=None, boxes=None, labels=None)

Source from the content-addressed store, hash-verified

51 self.transforms = transforms
52
53 def __call__(self, img, masks=None, boxes=None, labels=None):
54 for t in self.transforms:
55 img, masks, boxes, labels = t(img, masks, boxes, labels)
56 return img, masks, boxes, labels
57
58
59class Lambda(object):

Callers

nothing calls this directly

Calls 1

tFunction · 0.85

Tested by

no test coverage detected