MCPcopy Index your code
hub / github.com/FoundationVision/ByteTrack / next_id

Method next_id

tutorials/ctracker/mot_online/basetrack.py:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34 @staticmethod
35 def next_id():
36 BaseTrack._count += 1
37 return BaseTrack._count
38
39 def activate(self, *args):
40 raise NotImplementedError

Callers 6

activateMethod · 0.45
re_activateMethod · 0.45
activateMethod · 0.45
re_activateMethod · 0.45
activateMethod · 0.45
re_activateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected