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

Method eval

yolox/exp/yolox_base.py:247–248  ·  view source on GitHub ↗
(self, model, evaluator, is_distributed, half=False)

Source from the content-addressed store, hash-verified

245 return evaluator
246
247 def eval(self, model, evaluator, is_distributed, half=False):
248 return evaluator.evaluate(model, is_distributed, half)

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
__init__Method · 0.45
load_reid_modelFunction · 0.45
evaluateMethod · 0.45
evaluate_sortMethod · 0.45

Calls 1

evaluateMethod · 0.45

Tested by 3

run_from_trainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36