When I tried to run the python example for mediapipe hands, the output of visibility and presence for the results.multi_hand_landmarks seem to be always zero, is this expected?
And are there any difference between visibility and presence?
Please ignore the visibility and presence fields. What you see are just the default values.
For MediaPipe hands, they should be unset in the landmark proto.
Hi
When I tried to run the python example for mediapipe hands, the output of visibility and presence for the results.multi_hand_landmarks seem to be always zero, is this expected?
And are there any difference between visibility and presence?
Thank you!