Skip to content
New issue

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

how to get confidence values of each keypoints for hand? #5546

Closed
JasOleander opened this issue Jul 24, 2024 · 4 comments
Closed

how to get confidence values of each keypoints for hand? #5546

JasOleander opened this issue Jul 24, 2024 · 4 comments
Assignees
Labels
os:linux-non-arm Issues on linux distributions which run on x86-64 architecture. DOES NOT include ARM devices. platform:python MediaPipe Python issues task:hand landmarker Issues related to hand landmarker: Identify and track hands and fingers type:support General questions

Comments

@JasOleander
Copy link

Have I written custom code (as opposed to using a stock example script provided in MediaPipe)

None

OS Platform and Distribution

Ubuntu 22.04

MediaPipe Tasks SDK version

No response

Task name (e.g. Image classification, Gesture recognition etc.)

hand pixel coordinates and its confidence

Programming Language and version (e.g. C++, Python, Java)

python

Describe the actual behavior

using hand_landmarks, there is no confidence of each keypoints but only score for all keypoints.

Describe the expected behaviour

I want to get each confidence for each keypoints to define occlusions.

Standalone code/steps you may have used to try to get what you need

And can get pixel cooridnates by multiplying image width and height?

Other info / Complete Logs

No response

@kuaashish kuaashish added os:linux-non-arm Issues on linux distributions which run on x86-64 architecture. DOES NOT include ARM devices. task:hand landmarker Issues related to hand landmarker: Identify and track hands and fingers platform:python MediaPipe Python issues type:support General questions labels Jul 26, 2024
@ayushgdev ayushgdev assigned ayushgdev and unassigned kuaashish Sep 17, 2024
@ayushgdev
Copy link
Collaborator

Hello @JasOleander
HandLandmarker do not output any confidence score for each keypoint as the underlying models do not output such information. The model output can be found in the model card present in the models section of HandLandmarker or refer here.
Also, the API documentation for HandLandmarkerResult can help to find related information.

@ayushgdev ayushgdev added the stat:awaiting response Waiting for user response label Sep 17, 2024
Copy link

This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you.

@github-actions github-actions bot added the stale label Sep 25, 2024
Copy link

github-actions bot commented Oct 3, 2024

This issue was closed due to lack of activity after being marked stale for past 7 days.

@github-actions github-actions bot closed this as completed Oct 3, 2024
Copy link

Are you satisfied with the resolution of your issue?
Yes
No

@kuaashish kuaashish removed stat:awaiting response Waiting for user response stale labels Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os:linux-non-arm Issues on linux distributions which run on x86-64 architecture. DOES NOT include ARM devices. platform:python MediaPipe Python issues task:hand landmarker Issues related to hand landmarker: Identify and track hands and fingers type:support General questions
Projects
None yet
Development

No branches or pull requests

3 participants