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

Method __init__

tutorials/trades/tracker.py:8–12  ·  view source on GitHub ↗
(self, opt)

Source from the content-addressed store, hash-verified

6
7class Tracker(object):
8 def __init__(self, opt):
9 self.opt = opt
10 self.reset()
11 self.nID = 10000
12 self.alpha = 0.1
13
14 def init_track(self, results):
15 for item in results:

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected