Detect and localize keypoints of objects, people or faces in images with precise coordinate mapping. Ideal for counting, localization and salience detection.Documentation Index
Fetch the complete documentation index at: https://docs.vlm.run/llms.txt
Use this file to discover all available pages before exploring further.

Object Localization

Person Localization

Face Localization

Usage Example
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?