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

Class Joint

deeplabcut/core/inferenceutils.py:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48@dataclass(frozen=True)
49class Joint:
50 pos: Position
51 confidence: float = 1.0
52 label: int = None
53 idx: int = None
54 group: int = -1
55
56
57class Link:

Callers 1

_flatten_detectionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected