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

Method to_xyah

tutorials/jde/tracker.py:137–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135 return ret
136
137 def to_xyah(self):
138 return self.tlwh_to_xyah(self.tlwh)
139
140 @staticmethod
141 def tlbr_to_tlwh(tlbr):

Callers

nothing calls this directly

Calls 1

tlwh_to_xyahMethod · 0.95

Tested by

no test coverage detected