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

Method reset

tutorials/centertrack/tracker.py:25–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 self.tracks.append(item)
24
25 def reset(self):
26 self.id_count = 0
27 self.tracks = []
28
29 def step(self, results_with_low, public_det=None):
30

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected