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.
- How to Annotate Keypoints on Roboflow (by Alex P., Medium)
- Object Detection vs. Image Classification vs. Keypoint Detection: What's the Difference?
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)