Gengzigang / PCT

This is an official implementation of our CVPR 2023 paper "Human Pose as Compositional Tokens" (https://arxiv.org/pdf/2303.11638.pdf)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All keypoints sharing the same confidence in pose_results

zhengthomastang opened this issue · comments

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?

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.

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.