feat: add RF-DETR keypoint preview model#1257
Merged
Merged
Conversation
IgorSwat
approved these changes
Jun 17, 2026
Contributor
|
One note: we should enable to pick the model in the demo app in the future, if we have 2 or more models for given type of task. |
Collaborator
Author
agreed, i'll open up another PR today :) |
IgorSwat
approved these changes
Jun 17, 2026
Register the RF-DETR keypoint preview pose model with xnnpack, coreml and mlx backends (all fp32). This is a beta preview export and may be re-exported under a different constant once a stable version ships. - modelUrls/modelRegistry: add the three backend URLs and variant map - PoseEstimationModule/types: register the model config (single-`forward` export, no inputSize axis) and extend PoseEstimationModelSources - demo: load it via usePoseEstimation in the pose estimation screen - docs: list it in the model registry and usePoseEstimation supported models Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
c4f013d to
ae0c57d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Register the RF-DETR keypoint preview pose model with xnnpack, coreml and mlx backends (all fp32). This is a beta preview export and may be re-exported under a different constant once a stable version ships.
forwardexport, no inputSize axis) and extend PoseEstimationModelSourcesDescription
Introduces a breaking change?
Type of change
Tested on
Testing instructions
Screenshots
Related issues
Checklist
Additional notes