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

Method __init__

tutorials/motr/eval.py:168–169  ·  view source on GitHub ↗
(self, max_age=1, min_hits=3, iou_threshold=0.3)

Source from the content-addressed store, hash-verified

166
167class MOTR(object):
168 def __init__(self, max_age=1, min_hits=3, iou_threshold=0.3):
169 self.tracker = BYTETracker()
170
171 def update(self, dt_instances: Instances):
172 ret = []

Callers

nothing calls this directly

Calls 1

BYTETrackerClass · 0.90

Tested by

no test coverage detected