MCPcopy Create free account
hub / github.com/Vegetebird/GraphMLP / get_state

Method get_state

demo/lib/sort/sort.py:118–122  ·  view source on GitHub ↗

Returns the current bounding box estimate.

(self)

Source from the content-addressed store, hash-verified

116 return self.history[-1]
117
118 def get_state(self):
119 """
120 Returns the current bounding box estimate.
121 """
122 return convert_x_to_bbox(self.kf.x)
123
124
125def 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