Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/FoundationVision/ByteTrack
/ reset_all
Method
reset_all
tutorials/transtrack/tracker.py:23–27 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
21
self.reset_all()
22
23
def
reset_all(self):
24
self.id_count = 0
25
self.tracks_dict = dict()
26
self.tracks = list()
27
self.unmatched_tracks = list()
28
29
def
init_track(self, results):
30
Callers
2
__init__
Method · 0.95
evaluate
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected