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

Method increment_age

yolox/deepsort_tracker/track.py:105–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103 return ret
104
105 def increment_age(self):
106 self.age += 1
107 self.time_since_update += 1
108
109 def predict(self, kf):
110 """Propagate the state distribution to the current time step using a

Callers 2

predictMethod · 0.95
increment_agesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected