--- title: Keypoint Labeling type: templates category: Computer Vision cat: computer-vision order: 120 meta_title: Image Keypoint Data Labeling Template meta_description: Template for adding keypoints to images with Label Studio for your machine learning and data science projects. --- If you want to identify specific key points for facial recognition and other use cases, use this template to perform key point labeling on images. Open in Label Studio ## Interactive Template Preview
## Labeling Configuration ```html ``` ## About the labeling configuration All labeling configurations must be wrapped in [View](/tags/view.html) tags. Use the [KeyPointLabels](/tags/keypointlabels.html) control tag to add the option to draw labeled key points: ```xml ``` Use the [Label](/tags/label.html) control tag with the KeyPointLabels to specify the value and color of the key points: ```xml ``` Use the [Image](/tags/image.html) object tag to specify the image key: ```xml ``` ## Related tags - [KeyPointLabels](/tags/keypointlabels.html) - [Image](/tags/image.html)