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

Method __call__

tutorials/motr/transforms.py:647–650  ·  view source on GitHub ↗
(self, imgs, targets)

Source from the content-addressed store, hash-verified

645
646class MotCompose(Compose):
647 def __call__(self, imgs, targets):
648 for t in self.transforms:
649 imgs, targets = t(imgs, targets)
650 return imgs, targets

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected