mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

how to get confidence values of each keypoints for hand?

Open JasOleander opened this issue 1 year ago • 0 comments

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

JasOleander avatar Jul 24 '24 07:07 JasOleander