MCPcopy Create free account
hub / github.com/DeepLabCut/DeepLabCut / state

Method state

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

Source from the content-addressed store, hash-verified

349
350 @property
351 def state(self):
352 return self.convert_x_to_bbox(self.kf.x)[0]
353
354 @state.setter
355 def state(self, bbox):

Callers

nothing calls this directly

Calls 2

convert_x_to_bboxMethod · 0.95
convert_bbox_to_zMethod · 0.95

Tested by

no test coverage detected