MCPcopy Index your code
hub / github.com/FoundationVision/ByteTrack / __call__

Method __call__

yolox/data/data_augment.py:297–299  ·  view source on GitHub ↗
(self, img, res, input_size)

Source from the content-addressed store, hash-verified

295
296 # assume input is cv2 img for now
297 def __call__(self, img, res, input_size):
298 img, _ = preproc(img, input_size, self.means, self.std, self.swap)
299 return img, np.zeros((1, 5))

Callers

nothing calls this directly

Calls 1

preprocFunction · 0.85

Tested by

no test coverage detected