Compare the best 3 keypoint detection models. 3 are open-weight, so you can self-host them for free under their licenses.
3 models · 3 open-weight · prices synced Aug 4, 2026
3 models with downloadable weights you can self-host under their licenses (Apache 2.0 and MIT).
Keypoint models localize precise points: joints, landmarks, corners. The choice depends on whether your keypoints are a standard set or custom to your objects.
Human body joints and face landmarks are solved categories with ready-made models (MediaPipe, keypoint heads in Detectron2 and Mask R-CNN): no training needed, well-understood accuracy, real-time options. If your points are on people or faces, start here.
Points specific to your objects (corners of a gauge, tips of an instrument, fiducials on a part) require a trained keypoint model on your own annotations. The labeling is cheap per image (a few clicks), and heatmap-based models localize with sub-pixel precision that boxes and masks cannot provide, which is exactly what alignment and measurement tasks need.
The bottom line: People and faces: use a pretrained keypoint model. Custom points on your own objects: train one; the annotation cost is low and nothing else gives you that localization precision.
Keypoint detection is the task of finding distinctive, precisely localized points in an image, such as facial landmarks, fingertips, joint centers, or the corners of an object. Models typically predict a heatmap per keypoint and take its peak, which yields sub-pixel localization that boxes and masks cannot provide. Human pose estimation is the best-known special case, but the same machinery aligns faces, registers medical images, anchors AR content, and tracks instrument tips. Evaluation compares predicted points to ground truth within a normalized distance (PCK-style metrics). This page lists 3 keypoint detection models, including 3 open-weight options you can self-host.
It depends on your task and constraints. For fixed categories in production, a model fine-tuned on your own data typically beats any general-purpose model. Compare the keypoint detection models on this page and try them on your own image to see which fits.
Yes. 3 of the 3 keypoint detection models here are open-weight (for example Detectron2, MediaPipe, and Mask R-CNN), free to self-host under their licenses (Apache 2.0 and MIT).
This page lists all 3 keypoint detection models in the Roboflow Playground catalog, all of them open-weight and free to self-host. Compare licenses, parameters, and release dates side by side, or open any model page for full details.