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

Method __init__

tutorials/motr/evaluation.py:114–121  ·  view source on GitHub ↗
(self, data_root, seq_name, data_type='mot')

Source from the content-addressed store, hash-verified

112
113class Evaluator(object):
114 def __init__(self, data_root, seq_name, data_type='mot'):
115
116 self.data_root = data_root
117 self.seq_name = seq_name
118 self.data_type = data_type
119
120 self.load_annotations()
121 self.reset_accumulator()
122
123 def load_annotations(self):
124 assert self.data_type == 'mot'

Callers

nothing calls this directly

Calls 2

load_annotationsMethod · 0.95
reset_accumulatorMethod · 0.95

Tested by

no test coverage detected