Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FoundationVision/ByteTrack
/ __init__
Method
__init__
yolox/data/datasets/datasets_wrapper.py:70–73 ·
view source on GitHub ↗
(self, input_dimension, mosaic=True)
Source
from the content-addressed store, hash-verified
68
""
"
69
70
def
__init__(self, input_dimension, mosaic=True):
71
super().__init__()
72
self.__input_dim = input_dimension[:2]
73
self.enable_mosaic = mosaic
74
75
@property
76
def
input_dim(self):
Callers
2
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected