HRNet / DEKR

This is an official implementation of our CVPR 2021 paper "Bottom-Up Human Pose Estimation Via Disentangled Keypoint Regression" (https://arxiv.org/abs/2104.02300)
MIT License
437 stars 76 forks source link

inference_demo.py csv_header little bug #15

Closed yyccli closed 3 years ago

yyccli commented 3 years ago

Hi, in inference_demo.py line 268, when DATASET_TEST == 'crowdpose', the csv_header should use CROWDPOSE_KEYPOINT_INDEXES but not COCO_KEYPOINT_INDEXES. It's a little bug though the headers don't really matters ;)

Gengzigang commented 3 years ago

Hi, thanks for your suggestion. I will fix it~