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

Method predict

deeplabcut/core/trackingutils.py:74–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 self.kf.update(z)
73
74 def predict(self):
75 self.kf.predict()
76 self.age += 1
77 if self.time_since_update > 0:
78 self.hit_streak = 0
79 self.time_since_update += 1
80 return self.state
81
82 @property
83 def state(self):

Callers

nothing calls this directly

Calls 1

predictMethod · 0.45

Tested by

no test coverage detected