Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PeizeSun/TransTrack
/ reset_all
Method
reset_all
models/tracker.py:21–25 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
19
self.reset_all()
20
21
def
reset_all(self):
22
self.id_count = 0
23
self.tracks_dict = dict()
24
self.tracks = list()
25
self.unmatched_tracks = list()
26
27
def
init_track(self, results):
28
Callers
3
main
Function · 0.95
__init__
Method · 0.95
evaluate
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected