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:68–72 ·
view source on GitHub ↗
(self, z)
Source
from the content-addressed store, hash-verified
66
self.hit_streak = 0
67
68
def
update(self, z):
69
self.time_since_update = 0
70
self.hits += 1
71
self.hit_streak += 1
72
self.kf.update(z)
73
74
def
predict(self):
75
self.kf.predict()
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected