Define the keypoint names and skeleton once, on the label. DataTorch then walks every annotator through the points in order, renders the skeleton as they click, and round-trips the whole thing through COCO — visibility flags included.
Free plan includes a private project. No card required.
Boxes forgive sloppiness; keypoints don’t. One annotator clicks the wrist before the elbow, another mirrors left and right, a third skips occluded joints without marking them — and the errors are invisible until a pose model trains badly. Generic annotation tools leave point order and skeleton consistency up to each person’s discipline.
The tool walks each annotator through the named keypoints in sequence and shows which point is next — no more misordered joints or left/right swaps.
Define keypoint names and skeleton edges once, on the label. Every annotator inherits them, and the skeleton renders live as points go down.
Import existing COCO keypoint datasets — categories, skeletons, [x, y, v] triplets — annotate, and export training-ready COCO back out.
The data model carries COCO visibility flags end to end, so labeled-but-occluded points survive the round trip into your training set.
Keypoint names and skeleton edges are part of the label definition — the same schema that drives the guided tool, the live overlay, and the COCO export. When the definition changes, it changes for everyone at once, and the annotation UI enforces it instead of a style guide asking nicely.
Review works like everything else on DataTorch: keypoint annotations flow through the same expert-review workflow and dataset version comparison as boxes and polygons.
{
"name": "person",
"metadata": {
"keypoints": [
"nose", "left_eye", "right_eye",
"left_ear", "right_ear",
"left_shoulder", "right_shoulder",
"left_elbow", "right_elbow",
"left_wrist", "right_wrist",
"left_hip", "right_hip",
"left_knee", "right_knee",
"left_ankle", "right_ankle"
],
"skeleton": [
[16,14],[14,12],[17,15],[15,13],
[12,13],[6,12],[7,13],[6,7],
[6,8],[7,9],[8,10],[9,11],
[2,3],[1,2],[1,3],[2,4],
[3,5],[4,6],[5,7]
]
}
}Keypoint work running on DataTorch today spans robotics competition teams, human-pose datasets, and facial-landmark projects — imported from and exported to COCO without a conversion script in sight. The platform behind it appears in published research from University of Sydney, University of Arizona, TU Wien, and National Institute of Fashion Technology.
Start free on our hosted cloud, private project included. Or book 30 minutes to scope an on-prem or bring-your-own-cloud deployment — no slides either way.
datatorch@datatorch.io · we reply within a business day
The annotation platform for specialized imagery — review, score, and share datasets your team works from.
© 2026 DataTorch. All rights reserved.