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

All keypoints sharing the same confidence in pose_results #18

Open
zhengthomastang opened this issue Aug 19, 2023 · 2 comments
Open

All keypoints sharing the same confidence in pose_results #18

zhengthomastang opened this issue Aug 19, 2023 · 2 comments

Comments

@zhengthomastang
Copy link

When I ran demo_img_with_mmdet.py, I checked the output pose_results from inference_top_down_pose_model(). All the 17 keypoints share the same confidence value, which seems to be the aggregated confidence of all 17 keypoints. Could you fix the issue to show individual confidence of each keypoint in the demo script?

@Gengzigang
Copy link
Owner

Hello, thank you for your interest in our work. Our method treats the pose as a whole, so the predicted score is for the entire pose, and we do not assign individual scores to each keypoints.

@morzh
Copy link

morzh commented Sep 20, 2023

Hello, thank you for your interest in our work. Our method treats the pose as a whole, so the predicted score is for the entire pose, and we do not assign individual scores to each keypoints.

Hi ! And what about confidence value itself. Is it in percents? If yes, it always less than 10 even for well illuminated (full body) person without occlusions with near perfect tracked joints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants