MCPcopy Index your code
hub / github.com/FoundationVision/ByteTrack / reset_accumulator

Method reset_accumulator

tutorials/jde/evaluation.py:26–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 self.gt_ignore_frame_dict = read_results(gt_filename, self.data_type, is_ignore=True)
25
26 def reset_accumulator(self):
27 self.acc = mm.MOTAccumulator(auto_id=True)
28
29 def eval_frame(self, frame_id, trk_tlwhs, trk_ids, rtn_events=False):
30 # results

Callers 2

__init__Method · 0.95
eval_fileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected