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

Invalid modifications to min_tracking_combinance and min_detection_combinance #5591

Open
wangweikang3-tal opened this issue Aug 28, 2024 · 1 comment
Assignees
Labels
os:macOS Issues on MacOS platform:c++ Issues specific to C++ framework in mediapipe task:hand landmarker Issues related to hand landmarker: Identify and track hands and fingers type:support General questions

Comments

@wangweikang3-tal
Copy link

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

None

OS Platform and Distribution

macOS

MediaPipe Tasks SDK version

No response

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

Gesture recognition

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

C++

Describe the actual behavior

Invalid modification of min_tracking_combinance and min_detection_combinance

Describe the expected behaviour

Can modify min_tracking_combinance and min_detection_combinance

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

I modified min_tracking_combinance and min_detection_combinance in
mediapipe/tasks/c/visit/hand_1andmarker/hand_1andmarker. h to be invalid
float min_hand_detection_confidence = 0.5;
// The minimum confidence score of hand presence score in the hand landmark
// detection.
float min_hand_presence_confidence = 0.5;
// The minimum confidence score for the hand tracking to be considered
// successful.
float min_tracking_confidence = 0.5;
No matter what value is modified, it has no effect. Deleting the entire tasks folder does not affect the build library. Where can I modify min_tracking_combinance and min_detection_combinance when building dylib and so libraries

Other info / Complete Logs

No response

@kuaashish kuaashish assigned kuaashish and unassigned ayushgdev Aug 29, 2024
@kuaashish kuaashish added os:macOS Issues on MacOS platform:c++ Issues specific to C++ framework in mediapipe task:hand landmarker Issues related to hand landmarker: Identify and track hands and fingers type:support General questions labels Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os:macOS Issues on MacOS platform:c++ Issues specific to C++ framework in mediapipe 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

4 participants
@kuaashish @ayushgdev @wangweikang3-tal and others