Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/FoundationVision/ByteTrack
/ mark_lost
Method
mark_lost
yolox/tracker/basetrack.py:48–49 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
46
raise
NotImplementedError
47
48
def
mark_lost(self):
49
self.state = TrackState.Lost
50
51
def
mark_removed(self):
52
self.state = TrackState.Removed
Callers
1
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected