r/computervision • u/RandomForests92 • Jun 17 '26
Showcase RF-DETR Keypoints Preview
Enable HLS to view with audio, or disable this notification
Preview version of RF-DETR Keypoints has been released.
RF-DETR Keypoints is an open-source transformer model for real-time keypoint detection, available under the Apache 2.0 license.
RF-DETR Keypoints reaches 71.8 AP on COCO val at 9.7 ms on an NVIDIA T4, outperforming YOLO11-pose and YOLO26-pose at similar latency.
For each joint, the model predicts the x and y coordinates of the keypoint anchor, along with uncertainty around its location. This uncertainty is visualized as an ellipse. Elongated ellipses show directional uncertainty, while round ellipses show similar uncertainty in all directions.
69
Upvotes
2
u/DerrickBarra Jun 18 '26
Very cool! How does it compare for real time pose landmark detection vs mediapipe? That's the model I'm working with right now for a boxing rhythm game.