MCPcopy Create free account
hub / github.com/FoundationVision/ByteTrack / __call__

Method __call__

tutorials/motr/transforms.py:632–635  ·  view source on GitHub ↗
(self, image, target)

Source from the content-addressed store, hash-verified

630 self.transforms = transforms
631
632 def __call__(self, image, target):
633 for t in self.transforms:
634 image, target = t(image, target)
635 return image, target
636
637 def __repr__(self):
638 format_string = self.__class__.__name__ + "("

Callers 1

__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected