Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FoundationVision/ByteTrack
/ tlbr_to_tlwh
Method
tlbr_to_tlwh
tutorials/fairmot/byte_tracker.py:140–143 ·
view source on GitHub ↗
(tlbr)
Source
from the content-addressed store, hash-verified
138
@staticmethod
139
# @jit(nopython=True)
140
def
tlbr_to_tlwh(tlbr):
141
ret = np.asarray(tlbr).copy()
142
ret[2:] -= ret[:2]
143
return
ret
144
145
@staticmethod
146
# @jit(nopython=True)
Callers
1
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected