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/tracker.py:153–156 ·
view source on GitHub ↗
(tlbr)
Source
from the content-addressed store, hash-verified
151
@staticmethod
152
# @jit(nopython=True)
153
def
tlbr_to_tlwh(tlbr):
154
ret = np.asarray(tlbr).copy()
155
ret[2:] -= ret[:2]
156
return
ret
157
158
@staticmethod
159
# @jit(nopython=True)
Callers
1
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected