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

Method update

tutorials/motr/eval.py:149–151  ·  view source on GitHub ↗
(self, box)

Source from the content-addressed store, hash-verified

147 self.miss = 0
148
149 def update(self, box):
150 self.box = box
151 self.clear_miss()
152
153
154def write_results(filename, results):

Callers

nothing calls this directly

Calls 1

clear_missMethod · 0.95

Tested by

no test coverage detected