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

Method __init__

tutorials/jde/evaluation.py:11–17  ·  view source on GitHub ↗
(self, data_root, seq_name, data_type)

Source from the content-addressed store, hash-verified

9class Evaluator(object):
10
11 def __init__(self, data_root, seq_name, data_type):
12 self.data_root = data_root
13 self.seq_name = seq_name
14 self.data_type = data_type
15
16 self.load_annotations()
17 self.reset_accumulator()
18
19 def load_annotations(self):
20 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