Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FoundationVision/ByteTrack
/ tlbr_to_tlwh
Method
tlbr_to_tlwh
tutorials/cstrack/byte_tracker.py:135–138 ·
view source on GitHub ↗
(tlbr)
Source
from the content-addressed store, hash-verified
133
@staticmethod
134
# @jit(nopython=True)
135
def
tlbr_to_tlwh(tlbr):
136
ret = np.asarray(tlbr).copy()
137
ret[2:] -= ret[:2]
138
return
ret
139
140
@staticmethod
141
# @jit(nopython=True)
Callers
1
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected