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

Method clear_miss

tutorials/motr/eval.py:146–147  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

144 self.miss += 1
145
146 def clear_miss(self):
147 self.miss = 0
148
149 def update(self, box):
150 self.box = box

Callers 1

updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected