MCPcopy Index your code
hub / github.com/FoundationVision/ByteTrack / to_xyah

Method to_xyah

tutorials/ctracker/byte_tracker.py:126–127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124 return ret
125
126 def to_xyah(self):
127 return self.tlwh_to_xyah(self.tlwh)
128
129 @staticmethod
130 # @jit(nopython=True)

Callers 2

gate_cost_matrixFunction · 0.45
fuse_motionFunction · 0.45

Calls 1

tlwh_to_xyahMethod · 0.95

Tested by

no test coverage detected