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

Method is_confirmed

yolox/deepsort_tracker/track.py:152–154  ·  view source on GitHub ↗

Returns True if this track is confirmed.

(self)

Source from the content-addressed store, hash-verified

150 return self.state == TrackState.Tentative
151
152 def is_confirmed(self):
153 """Returns True if this track is confirmed."""
154 return self.state == TrackState.Confirmed
155
156 def is_deleted(self):
157 """Returns True if this track is dead and should be deleted."""

Callers 3

updateMethod · 0.80
_matchMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected