Keypoint Annotations on Roboflow

How to annotate keypoints on Roboflow for use in custom model training.

Written by Mohamed Traore

Last published at: September 28th, 2022

How to Annotate a Keypoint Detection Dataset on Roboflow

After generating a version of your labeled "object detection" dataset, we are ready to export the data (in YOLO v5 PyTorch format) and use the code provided in this GitHub repository to convert our bounding box annotations to keypoints.

Looking for native support for Keypoint annotation, dataset versioning, model training and deployment on Roboflow? Send us a request! We're always looking to add new functionality to better serve our users.

Training Your Keypoint Model:

How to Train a Custom Keypoint Detection Model with PyTorch (by Alex P., Medium)