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

Method __init__

yolox/tracking_utils/evaluation.py:12–18  ·  view source on GitHub ↗
(self, data_root, seq_name, data_type)

Source from the content-addressed store, hash-verified

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