Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
track
Method · 0.95
test_box_tracker
Function · 0.95
update_files
Function · 0.45
normalize_notebooks
Function · 0.45
show_progress
Function · 0.45
create_cfg
Method · 0.45
create_cfg
Method · 0.45
add_new_videos
Function · 0.45
update
Method · 0.45
update
Method · 0.45
track
Method · 0.45
from_array
Method · 0.45
Calls
1
convert_bbox_to_z
Method · 0.95
Tested by
2
test_box_tracker
Function · 0.76
test_ellipse_tracker
Function · 0.36