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

Method __init__

yolox/evaluators/evaluation.py:10–16  ·  view source on GitHub ↗
(self, data_root, seq_name, data_type)

Source from the content-addressed store, hash-verified

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