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

Method get_state

yolox/sort_tracker/sort.py:136–140  ·  view source on GitHub ↗

Returns the current bounding box estimate.

(self)

Source from the content-addressed store, hash-verified

134 return self.history[-1]
135
136 def get_state(self):
137 """
138 Returns the current bounding box estimate.
139 """
140 return convert_x_to_bbox(self.kf.x)
141
142
143def associate_detections_to_trackers(detections,trackers,iou_threshold = 0.3):

Callers 1

updateMethod · 0.95

Calls 1

convert_x_to_bboxFunction · 0.85

Tested by

no test coverage detected