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

Method to_xyah

tutorials/jde/byte_tracker.py:118–119  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

116 return ret
117
118 def to_xyah(self):
119 return self.tlwh_to_xyah(self.tlwh)
120
121 @staticmethod
122 def tlbr_to_tlwh(tlbr):

Callers

nothing calls this directly

Calls 1

tlwh_to_xyahMethod · 0.95

Tested by

no test coverage detected