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

Method to_xyah

tutorials/cstrack/byte_tracker.py:130–131  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

128 return ret
129
130 def to_xyah(self):
131 return self.tlwh_to_xyah(self.tlwh)
132
133 @staticmethod
134 # @jit(nopython=True)

Callers

nothing calls this directly

Calls 1

tlwh_to_xyahMethod · 0.95

Tested by

no test coverage detected