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

Method __call__

tutorials/motr/transforms.py:571–572  ·  view source on GitHub ↗
(self, img, target)

Source from the content-addressed store, hash-verified

569 self.eraser = T.RandomErasing(*args, **kwargs)
570
571 def __call__(self, img, target):
572 return self.eraser(img), target
573
574
575class MotRandomErasing(RandomErasing):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected