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

Method __init__

yolox/data/samplers.py:21–25  ·  view source on GitHub ↗
(self, *args, input_dimension=None, mosaic=True, **kwargs)

Source from the content-addressed store, hash-verified

19 """
20
21 def __init__(self, *args, input_dimension=None, mosaic=True, **kwargs):
22 super().__init__(*args, **kwargs)
23 self.input_dim = input_dimension
24 self.new_input_dim = None
25 self.mosaic = mosaic
26
27 def __iter__(self):
28 self.__set_input_dim()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected