Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DeepLabCut/DeepLabCut
/ predict
Method
predict
deeplabcut/core/trackingutils.py:345–348 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
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:
347
self.kf.x[6] *= 0.0
348
return
super().predict()
349
350
@property
351
def
state(self):
Callers
5
test_box_tracker
Function · 0.95
predict
Method · 0.45
track
Method · 0.45
track
Method · 0.45
track
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_box_tracker
Function · 0.76