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

Method __init__

yolox/data/data_augment.py:291–294  ·  view source on GitHub ↗
(self, rgb_means=None, std=None, swap=(2, 0, 1))

Source from the content-addressed store, hash-verified

289 """
290
291 def __init__(self, rgb_means=None, std=None, swap=(2, 0, 1)):
292 self.means = rgb_means
293 self.swap = swap
294 self.std = std
295
296 # assume input is cv2 img for now
297 def __call__(self, img, res, input_size):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected