Confidence score for each joint
anas-zafar opened this issue · 2 comments
anas-zafar commented
Thank you for the amazing work! I am looking to access the confidence score for each joint in the model. Can you please guide me how can I do that? Thanks @Gengzigang
Gengzigang commented
You can find it in this file: https://github.com/HRNet/DEKR/blob/main/lib/core/nms.py
anas-zafar commented
@Gengzigang if I am correct, poses = pose_nms(cfg, heatmap_avg, poses)
contains the confidence score of the 17 keypoints and x,y cordinates