keypoints property

List<Point>? keypoints
final

The detected keypoints for pose estimation tasks.

Only available when using pose models (YOLOTask.pose). Common keypoints include body joints like shoulders, elbows, knees, etc.

Implementation

final List<Point>? keypoints;