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

Method to_xyah

yolox/tracker/byte_tracker.py:124–125  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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