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

Method to_xyah

tutorials/fairmot/tracker.py:157–158  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

155 return ret
156
157 def to_xyah(self):
158 return self.tlwh_to_xyah(self.tlwh)
159
160 @staticmethod
161 # @jit(nopython=True)

Callers

nothing calls this directly

Calls 1

tlwh_to_xyahMethod · 0.95

Tested by

no test coverage detected