Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FoundationVision/ByteTrack
/ __init__
Method
__init__
tutorials/centertrack/tracker.py:8–10 ·
view source on GitHub ↗
(self, opt)
Source
from the content-addressed store, hash-verified
6
7
class
Tracker(object):
8
def
__init__(self, opt):
9
self.opt = opt
10
self.reset()
11
12
def
init_track(self, results):
13
for
item in results:
Callers
nothing calls this directly
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected