MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / update

Method update

deeplabcut/core/trackingutils.py:342–343  ·  view source on GitHub ↗
(self, bbox)

Source from the content-addressed store, hash-verified

340 self.state = bbox
341
342 def update(self, bbox):
343 super().update(self.convert_bbox_to_z(bbox))
344
345 def predict(self):
346 if (self.kf.x[6] + self.kf.x[2]) <= 0:

Callers 15

trackMethod · 0.95
test_box_trackerFunction · 0.95
update_filesFunction · 0.45
normalize_notebooksFunction · 0.45
show_progressFunction · 0.45
create_cfgMethod · 0.45
create_cfgMethod · 0.45
add_new_videosFunction · 0.45
updateMethod · 0.45
updateMethod · 0.45
trackMethod · 0.45
from_arrayMethod · 0.45

Calls 1

convert_bbox_to_zMethod · 0.95

Tested by 2

test_box_trackerFunction · 0.76
test_ellipse_trackerFunction · 0.36