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

Method reset_accumulator

tutorials/motr/evaluation.py:130–131  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

128 self.gt_ignore_frame_dict = read_results(gt_filename, self.data_type, is_ignore=True)
129
130 def reset_accumulator(self):
131 self.acc = mm.MOTAccumulator(auto_id=True)
132
133 def eval_frame(self, frame_id, trk_tlwhs, trk_ids, rtn_events=False):
134 # results

Callers 2

__init__Method · 0.95
eval_fileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected