MCPcopy Create free account
hub / github.com/FoundationVision/ByteTrack / to_xyah

Method to_xyah

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

Source from the content-addressed store, hash-verified

123 return ret
124
125 def to_xyah(self):
126 return self.tlwh_to_xyah(self.tlwh)
127
128 @staticmethod
129 # @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