We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In pose estimation, low confidence keypoints should be set to 0. It would be great to include this in supervision instead of asking the user to do it.
supervision
Proposal:
kpts = KeyPoints(xy=..., confidence=...,) kpts = kpts.with_threshold(threshold=0.5)
All keypoints with confidence lower than 0.5 would be set to 0.
Useful when visualizing skeletons with low confidence.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
Description
In pose estimation, low confidence keypoints should be set to 0.
It would be great to include this in
supervision
instead of asking the user to do it.Proposal:
All keypoints with confidence lower than 0.5 would be set to 0.
Use case
Useful when visualizing skeletons with low confidence.
Additional
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: