MCPcopy 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

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected