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

Method to_xyah

tutorials/cstrack/tracker.py:148–149  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

146 return ret
147
148 def to_xyah(self):
149 return self.tlwh_to_xyah(self.tlwh)
150
151 @staticmethod
152 # @jit(nopython=True)

Callers

nothing calls this directly

Calls 1

tlwh_to_xyahMethod · 0.95

Tested by

no test coverage detected