-
Notifications
You must be signed in to change notification settings - Fork 191
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
Person detector from MediaPipe Pose #179
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍👍👍Thanks for your contribution! Here are some code need to be modified.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
please take a look at https://forum.opencv.org/t/get-same-results-in-c-and-python-code/13656 |
Is it a key factor in this pull request? The only place where
You can loop over all landmarks and use something like the following for a truncation convertion: int landmark_x = static_cast<int>(results.at<float>(row, 4); |
In this PR there is only one convertTo but I have finished to translate pose_estimation_mediapipe/demo.py and change are visble in image result. It is like reading same file using videocpature or imread. input file is same but inference is not equal. |
|
Ok that's not in the list