
Pointing example showing object keypoints.
Object Localization

Person Localization

Face Localization

Examples of keypoint detection for objects, people or faces.
Usage Example
For keypoint prediction, we highly recommend using the Structured Outputs API to get the keypoints and skeleton in a structured and validated data format.
FAQ
What format do the keypoints come in?
What format do the keypoints come in?
The keypoints come in the format of a list of objects with their keypoints. The keypoints are in the format of normalized
xy
, where x
and y
are the top-left corner of the keypoint. All values are between 0 and 1, and normalized by the image size. x
and y
are normalized by the image width and height respectively.What other tags can you extract for each keypoint?
What other tags can you extract for each keypoint?