-
Notifications
You must be signed in to change notification settings - Fork 15
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
Do you have mediapipe_hand_landmark_cpp ? #21
Comments
HI @lexidliny, i have a separate branch for it. https://github.com/pntt3011/mediapipe_face_iris_cpp/tree/HandLandmark. Hope this help. |
Thank you ! I have tested this code on my computer and I get "Segmentation fault (core dumped)". How do I fix this fault? |
Can you show your detailed error? I tested on my computer and it ran normally. |
I have tried again, and I located this error in the my::DetectionPostProcess::getHighestScoreDetection function. |
@lexidliny, did you change the define values in DetectionPostProcess.hpp? They are different from those of Face landmark model. |
I found that I forgot to modfy the path to anchors.csv. Now it works well. Thank you ! |
It seems that the accuracy is not as good as mediapipe. Is it caused by palm_detection_without_custom_layer.tflite ? |
1 similar comment
It seems that the accuracy is not as good as mediapipe. Is it caused by palm_detection_without_custom_layer.tflite ? |
@lexidliny, if i remember correctly, the landmark model works best with straight up hand.
|
You can get the straight up direction from palm and middle finger landmark (2 of the output landmarks from detection model) |
No description provided.
The text was updated successfully, but these errors were encountered: