HRNet / HigherHRNet-Human-Pose-Estimation

This is an official implementation of our CVPR 2020 paper "HigherHRNet: Scale-Aware Representation Learning for Bottom-Up Human Pose Estimation" (https://arxiv.org/abs/1908.10357)
MIT License
1.32k stars 271 forks source link

keypoints json output #38

Open liunian199 opened 4 years ago

liunian199 commented 4 years ago

i have tried to use _write_coco_keypoint_results method,but it turns an error,because the final keypoints matrix in all_pred is not int but float,how can i do with this?

bowenc0221 commented 4 years ago

What's the error message?