For more information on the search, visit the help page.
Skeletons
edges
labels
metadata
luxonis_ml.data.datasets.metadata.Skeletons
luxonis_ml
data
datasets
class Skeletons(TypedDict):
View In Hierarchy
Keypoint skeleton metadata.
list[tuple[int, int]]
Keypoint graph edges as 0-based index pairs.
list[str]
Keypoint names in index order.