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

Method __init__

tutorials/ctracker/test.py:31–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29
30class detect_rect:
31 def __init__(self):
32 self.curr_frame = 0
33 self.curr_rect = np.array([0, 0, 1, 1])
34 self.next_rect = np.array([0, 0, 1, 1])
35 self.conf = 0
36 self.id = 0
37
38 @property
39 def position(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected